PHP Class Platformsh\Cli\Command\Domain\DomainListCommand

Inheritance: extends Platformsh\Cli\Command\PlatformCommand
Show file Open project: commerceguys/platform-cli

Protected Methods

Method Description
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 )

Method Details

buildDomainRows() protected method

Recursively build rows of the domain table.
protected buildDomainRows ( array $tree ) : array
$tree array
return array

configure() protected method

protected configure ( )

execute() protected method

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