PHP 클래스 Yosymfony\Spress\Plugin\Environment\SymfonyCommandEnvironment

저자: Victor Puertas ([email protected])
상속: implements Yosymfony\Spress\Plugin\Environment\CommandEnvironmentInterface
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$output
$symfonyCommand

공개 메소드들

메소드 설명
__construct ( Command $symfonyCommand, Symfony\Component\Console\Output\OutputInterface $output ) Constructor.
hasCommand ( $name )
runCommand ( $commandName, array $arguments )

보호된 메소드들

메소드 설명
getSymfonyConsoleApplication ( ) : Symfony\Component\Console\Application Gets the Symfony Console application.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Command $symfonyCommand, Symfony\Component\Console\Output\OutputInterface $output )
$symfonyCommand Symfony\Component\Console\Command\Command The Symfony Console command
$output Symfony\Component\Console\Output\OutputInterface The output

getSymfonyConsoleApplication() 보호된 메소드

Gets the Symfony Console application.
protected getSymfonyConsoleApplication ( ) : Symfony\Component\Console\Application
리턴 Symfony\Component\Console\Application The Symfony Console application

hasCommand() 공개 메소드

public hasCommand ( $name )

runCommand() 공개 메소드

public runCommand ( $commandName, array $arguments )
$arguments array

프로퍼티 상세

$output 보호되어 있는 프로퍼티

protected $output

$symfonyCommand 보호되어 있는 프로퍼티

protected $symfonyCommand