PHP 클래스 Dumplie\SharedKernel\Application\Command\ExtensionRegistry

파일 보기 프로젝트 열기: dumplie/dumplie 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
passException ( Command $command, Exception $exception )
post ( Command $command )
pre ( Command $command )
register ( Dumplie\SharedKernel\Application\Command\Extension $commandExtension, integer $priority )

메소드 상세

__construct() 공개 메소드

public __construct ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator

passException() 공개 메소드

public passException ( Command $command, Exception $exception )
$command Command
$exception Exception

post() 공개 메소드

public post ( Command $command )
$command Command

pre() 공개 메소드

public pre ( Command $command )
$command Command

register() 공개 메소드

public register ( Dumplie\SharedKernel\Application\Command\Extension $commandExtension, integer $priority )
$commandExtension Dumplie\SharedKernel\Application\Command\Extension
$priority integer