EzSystems\PlatformInstallerBundle\Command\InstallPlatformCommand::getInstaller PHP Метод

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

private getInstaller ( $type ) : EzSystems\PlatformInstallerBundle\Installer\Installer
$type
Результат EzSystems\PlatformInstallerBundle\Installer\Installer
    private function getInstaller($type)
    {
        if (!isset($this->installers[$type])) {
            return false;
        }
        return $this->installers[$type];
    }