PHP Class Platformsh\Cli\Command\Environment\EnvironmentInfoCommand

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

Protected Properties

Свойство Type Description
$formatter Platformsh\Cli\Util\PropertyFormatter

Méthodes protégées

Méthode Description
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 environment property.
listProperties ( Platformsh\Client\Model\Environment $environment, Table $table ) : integer
setProperty ( string $property, string $value, Platformsh\Client\Model\Environment $environment, boolean $noWait ) : integer
validateValue ( string $property, string $value ) : boolean

Method Details

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

getType() protected méthode

Get the type of a writable environment property.
protected getType ( string $property ) : string | false
$property string
Résultat string | false

listProperties() protected méthode

protected listProperties ( Platformsh\Client\Model\Environment $environment, Table $table ) : integer
$environment Platformsh\Client\Model\Environment
$table Platformsh\Cli\Util\Table
Résultat integer

setProperty() protected méthode

protected setProperty ( string $property, string $value, Platformsh\Client\Model\Environment $environment, boolean $noWait ) : integer
$property string
$value string
$environment Platformsh\Client\Model\Environment
$noWait boolean
Résultat integer

validateValue() protected méthode

protected validateValue ( string $property, string $value ) : boolean
$property string
$value string
Résultat boolean

Property Details

$formatter protected_oe property

protected PropertyFormatter,Platformsh\Cli\Util $formatter
Résultat Platformsh\Cli\Util\PropertyFormatter