PHP 클래스 Platformsh\Cli\Command\Project\ProjectCreateCommand

상속: extends Platformsh\Cli\Command\CommandBase
파일 보기 프로젝트 열기: commerceguys/platform-cli

보호된 프로퍼티들

프로퍼티 타입 설명
$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