This is most useful at uninstall-time. A list of installed packages that depend upon the package can be used to prevent uninstallation, and to emit warnings for optional dependencies.
This parameter, if an array, should be in format:
<?php array( 'package' => 'packagename', 'channel' => 'channelname' ); ?> |
Prev | Home | Next |
PEAR_DependencyDB::getDependentPackageDependencies() | Up | PEAR_DependencyDB::hasWriteAccess() |