PHP Класс Platformsh\Cli\Command\Domain\DomainListCommand

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

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

Метод Описание
buildDomainRows ( array $tree ) : array Recursively build rows of the domain table.
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

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

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

Recursively build rows of the domain table.
protected buildDomainRows ( array $tree ) : array
$tree array
Результат array

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