PHP 클래스 Yosymfony\Spress\Plugin\CommandPlugin

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( ) Constructor.
executeCommand ( Yosymfony\Spress\Core\IO\IOInterface $io, array $arguments, array $options )
getCommandDefinition ( )
getCommandEnvironment ( )
getMetas ( )
initialize ( Yosymfony\Spress\Core\Plugin\EventSubscriber $subscriber )
setCommandEnvironment ( Yosymfony\Spress\Plugin\Environment\CommandEnvironmentInterface $environment )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

executeCommand() 공개 메소드

public executeCommand ( Yosymfony\Spress\Core\IO\IOInterface $io, array $arguments, array $options )
$io Yosymfony\Spress\Core\IO\IOInterface
$arguments array
$options array

getCommandDefinition() 공개 메소드

getCommandEnvironment() 공개 메소드

getMetas() 공개 메소드

public getMetas ( )

initialize() 공개 메소드

Override this method in case you need a regular plugin behavior.
public initialize ( Yosymfony\Spress\Core\Plugin\EventSubscriber $subscriber )
$subscriber Yosymfony\Spress\Core\Plugin\EventSubscriber

setCommandEnvironment() 공개 메소드

public setCommandEnvironment ( Yosymfony\Spress\Plugin\Environment\CommandEnvironmentInterface $environment )
$environment Yosymfony\Spress\Plugin\Environment\CommandEnvironmentInterface

프로퍼티 상세

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

protected $environment

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

protected $output

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

protected $symfonyCommand