Components_Pear_Environment::getInstallationHandler PHP Метод

getInstallationHandler() приватный Метод

Provide the PEAR specific installer.
private getInstallationHandler ( ) : PEAR_Command_Install
Результат PEAR_Command_Install
    private function getInstallationHandler()
    {
        $installer = new PEAR_Command_Install(new PEAR_Frontend_CLI(), $this->getPearConfig());
        return $installer;
    }