PHP Класс Platformsh\Cli\Command\Self\SelfInstallCommand

Наследование: extends Platformsh\Cli\Command\CommandBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$local

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
findShellConfigFile ( string $homeDir ) : string | false Finds a shell configuration file for the user.

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

findShellConfigFile() защищенный Метод

Finds a shell configuration file for the user.
protected findShellConfigFile ( string $homeDir ) : string | false
$homeDir string The user's home directory.
Результат string | false The absolute path to an existing shell config file, or false on failure.

Описание свойств

$local защищенное свойство

protected $local