PHP Класс Platformsh\Cli\Command\Environment\EnvironmentListCommand

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

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

Свойство Тип Описание
$children
$currentEnvironment Platformsh\Client\Model\Environment
$mapping

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

Метод Описание
buildEnvironmentRows ( array $tree, boolean $indent = true, boolean $indicateCurrent = true, integer $indentAmount ) : array Recursively build rows of the environment table.
buildEnvironmentTree ( array $environments, string $parent = null ) : array Build a tree out of a list of environments.
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
formatEnvironmentStatus ( string $status ) : string

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

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

Recursively build rows of the environment table.
protected buildEnvironmentRows ( array $tree, boolean $indent = true, boolean $indicateCurrent = true, integer $indentAmount ) : array
$tree array
$indent boolean
$indicateCurrent boolean
$indentAmount integer
Результат array

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

Build a tree out of a list of environments.
protected buildEnvironmentTree ( array $environments, string $parent = null ) : array
$environments array
$parent string
Результат 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

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

protected formatEnvironmentStatus ( string $status ) : string
$status string
Результат string

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

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

protected $children

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

protected Environment,Platformsh\Client\Model $currentEnvironment
Результат Platformsh\Client\Model\Environment

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

protected $mapping