PHP Класс StackFormation\Command\AbstractCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$blueprintFactory StackFormation\BlueprintFactory
$dependencyTracker StackFormation\DependencyTracker
$profileManager StackFormation\Profile\Manager
$stackFactory StackFormation\StackFactory

Открытые методы

Метод Описание
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 )

Защищенные методы

Метод Описание
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 )

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

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

protected getStackFactory ( )

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

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

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

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 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 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 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

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

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

protected BlueprintFactory,StackFormation $blueprintFactory
Результат StackFormation\BlueprintFactory

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

protected DependencyTracker,StackFormation $dependencyTracker
Результат StackFormation\DependencyTracker

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

protected Manager,StackFormation\Profile $profileManager
Результат StackFormation\Profile\Manager

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

protected StackFactory,StackFormation $stackFactory
Результат StackFormation\StackFactory