PHP Class Platformsh\Cli\Command\Domain\DomainListCommand

Inheritance: extends Platformsh\Cli\Command\PlatformCommand
Afficher le fichier Open project: commerceguys/platform-cli

Méthodes protégées

Méthode 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 méthode

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

configure() protected méthode

protected configure ( )

execute() protected méthode

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