PHP Class StackFormation\Command\AbstractCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Свойство Type Description
$blueprintFactory StackFormation\BlueprintFactory
$dependencyTracker StackFormation\DependencyTracker
$profileManager StackFormation\Profile\Manager
$stackFactory StackFormation\StackFactory

Méthodes publiques

Méthode Description
interactAskForStack ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $nameFilter = null, $statusFilter = null )
run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Méthodes protégées

Méthode Description
getStackFactory ( )
getStacks ( $nameFilter = null, $statusFilter = null )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interactAskForBlueprint ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

getStackFactory() protected méthode

protected getStackFactory ( )

getStacks() protected méthode

protected getStacks ( $nameFilter = null, $statusFilter = null )

initialize() protected méthode

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

interactAskForBlueprint() protected méthode

protected interactAskForBlueprint ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

interactAskForStack() public méthode

public interactAskForStack ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $nameFilter = null, $statusFilter = null )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

run() public méthode

public run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$blueprintFactory protected_oe property

protected BlueprintFactory,StackFormation $blueprintFactory
Résultat StackFormation\BlueprintFactory

$dependencyTracker protected_oe property

protected DependencyTracker,StackFormation $dependencyTracker
Résultat StackFormation\DependencyTracker

$profileManager protected_oe property

protected Manager,StackFormation\Profile $profileManager
Résultat StackFormation\Profile\Manager

$stackFactory protected_oe property

protected StackFactory,StackFormation $stackFactory
Résultat StackFormation\StackFactory