PHP 클래스 StackFormation\Command\Blueprint\AbstractBlueprintCommand

상속: extends StackFormation\Command\AbstractCommand
파일 보기 프로젝트 열기: aoepeople/stackformation

공개 메소드들

메소드 설명
__construct ( $name = null )

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
executeWithBlueprint ( Blueprint $blueprint, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

public __construct ( $name = null )

execute() 최종 보호된 메소드

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

executeWithBlueprint() 추상적인 보호된 메소드

abstract protected executeWithBlueprint ( Blueprint $blueprint, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$blueprint StackFormation\Blueprint
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

interact() 보호된 메소드

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