Method |
Description |
|
PEAR_Command_Install ( &$ui, &$config ) |
PEAR_Command_Install constructor. |
|
_filterUptodatePackages ( $packages, $command ) : list |
Given a list of packages, filter out those ones that are already up to date |
|
_parseIni ( $filename ) |
|
|
disableExtension ( $binaries, $type ) |
|
|
doBundle ( $command, $options, $params ) |
*
(cox) It just downloads and untars the package, does not do
any check that the PEAR_Installer::_installFile() does. |
|
doInstall ( $command, $options, $params ) |
{{{ doInstall() |
|
doRunScripts ( $command, $options, $params ) |
}}} |
|
doUninstall ( $command, $options, $params ) |
{{{ doUninstall() |
|
doUpgradeAll ( $command, $options, $params ) |
{{{ doUpgradeAll() |
|
enableExtension ( $binaries, $type ) |
|
|
getDownloader ( &$ui, $options, &$config ) |
For unit testing purposes |
|
getInstaller ( &$ui ) |
For unit testing purposes |
|