Components_Pear_Environment::getInstallationHandler PHP Method

getInstallationHandler() private method

Provide the PEAR specific installer.
private getInstallationHandler ( ) : PEAR_Command_Install
return PEAR_Command_Install
    private function getInstallationHandler()
    {
        $installer = new PEAR_Command_Install(new PEAR_Frontend_CLI(), $this->getPearConfig());
        return $installer;
    }