프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$form | Platformsh\ConsoleForm\Form |
메소드 | 설명 | |
---|---|---|
isEnabled ( ) |
메소드 | 설명 | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getAvailablePlans ( ) : string[] | Return a list of plans. | |
getEstimate ( string $plan, integer $storage, integer $environments ) : array | false | Get a cost estimate for the new project. | |
getFields ( ) : Platformsh\ConsoleForm\Field\Field[] | Returns a list of ConsoleForm form fields for this command. |
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 |
protected getAvailablePlans ( ) : string[] | ||
리턴 | string[] |
protected getFields ( ) : Platformsh\ConsoleForm\Field\Field[] | ||
리턴 | Platformsh\ConsoleForm\Field\Field[] |