PHP 클래스 Studio\Console\CreateCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: franzliedke/studio

보호된 프로퍼티들

프로퍼티 타입 설명
$partClasses
$partInput Studio\Parts\PartInputInterface

보호된 메소드들

메소드 설명
configure ( )
fire ( )
installParts ( SkeletonCreator $creator )
makeCreator ( Symfony\Component\Console\Input\InputInterface $input ) : Studio\Creator\CreatorInterface Build a package creator from the given input options.
makeParts ( ) : AbstractPart[]
shouldLoadNewPackage ( )

메소드 상세

configure() 보호된 메소드

protected configure ( )

fire() 보호된 메소드

protected fire ( )

installParts() 보호된 메소드

protected installParts ( SkeletonCreator $creator )
$creator Studio\Creator\SkeletonCreator

makeCreator() 보호된 메소드

Build a package creator from the given input options.
protected makeCreator ( Symfony\Component\Console\Input\InputInterface $input ) : Studio\Creator\CreatorInterface
$input Symfony\Component\Console\Input\InputInterface
리턴 Studio\Creator\CreatorInterface

makeParts() 보호된 메소드

protected makeParts ( ) : AbstractPart[]
리턴 Studio\Parts\AbstractPart[]

shouldLoadNewPackage() 보호된 메소드

protected shouldLoadNewPackage ( )

프로퍼티 상세

$partClasses 보호되어 있는 프로퍼티

protected $partClasses

$partInput 보호되어 있는 프로퍼티

protected PartInputInterface,Studio\Parts $partInput
리턴 Studio\Parts\PartInputInterface