PHP Class Studio\Console\CreateCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: franzliedke/studio

Protected Properties

Свойство Type Description
$partClasses
$partInput Studio\Parts\PartInputInterface

Méthodes protégées

Méthode Description
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 ( )

Method Details

configure() protected méthode

protected configure ( )

fire() protected méthode

protected fire ( )

installParts() protected méthode

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

makeCreator() protected méthode

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
Résultat Studio\Creator\CreatorInterface

makeParts() protected méthode

protected makeParts ( ) : AbstractPart[]
Résultat Studio\Parts\AbstractPart[]

shouldLoadNewPackage() protected méthode

protected shouldLoadNewPackage ( )

Property Details

$partClasses protected_oe property

protected $partClasses

$partInput protected_oe property

protected PartInputInterface,Studio\Parts $partInput
Résultat Studio\Parts\PartInputInterface