PEAR_DependencyDB::hasWriteAccess | PEAR_DependencyDB::rebuildDB |
PEAR_DependencyDB | |
PEAR Manual | |
require_once '/DependencyDB.php'; |
void
PEAR_DependencyDB::installPackage
(
PEAR_PackageFile_v2|PEAR_PackageFile_v2
&$package
)
This method is used by the registry when a package is installed or upgraded to register the package's dependencies in the dependency database.
This parameter, if an array, should be in format:
<?php array( 'package' => 'packagename', 'channel' => 'channelname' ); ?> |
throws no exceptions thrown
This function can not be called statically.
PEAR_DependencyDB::hasWriteAccess | PEAR_DependencyDB::rebuildDB |
PEAR_DependencyDB | |
PEAR Manual | |