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

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

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

Свойство Тип Описание
$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.

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

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

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

The default list (from the API client) can be overridden by user config.
protected getAvailablePlans ( ) : string[]
Результат string[]

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

Get a cost estimate for the new project.
protected getEstimate ( string $plan, integer $storage, integer $environments ) : array | false
$plan string
$storage integer
$environments integer
Результат array | false

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

Returns a list of ConsoleForm form fields for this command.
protected getFields ( ) : Platformsh\ConsoleForm\Field\Field[]
Результат Platformsh\ConsoleForm\Field\Field[]

isEnabled() публичный Метод

public isEnabled ( )

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

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

protected Form,Platformsh\ConsoleForm $form
Результат Platformsh\ConsoleForm\Form