PHP 클래스 StackFormation\Command\AbstractCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: aoepeople/stackformation 1 사용 예제들

보호된 프로퍼티들

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