PHP Класс Platformsh\Cli\Command\Project\ProjectInfoCommand

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

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

Свойство Тип Описание
$formatter Platformsh\Cli\Util\PropertyFormatter

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getType ( string $property ) : string | false Get the type of a writable property.
listProperties ( array $properties, Table $table ) : integer
setProperty ( string $property, string $value, Platformsh\Client\Model\Project $project, boolean $noWait ) : integer
validateValue ( string $property, string $value ) : boolean

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

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

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

Get the type of a writable property.
protected getType ( string $property ) : string | false
$property string
Результат string | false

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

protected listProperties ( array $properties, Table $table ) : integer
$properties array
$table Platformsh\Cli\Util\Table
Результат integer

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

protected setProperty ( string $property, string $value, Platformsh\Client\Model\Project $project, boolean $noWait ) : integer
$property string
$value string
$project Platformsh\Client\Model\Project
$noWait boolean
Результат integer

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

protected validateValue ( string $property, string $value ) : boolean
$property string
$value string
Результат boolean

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

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

protected PropertyFormatter,Platformsh\Cli\Util $formatter
Результат Platformsh\Cli\Util\PropertyFormatter