PHP 클래스 Dumplie\Inventory\Application\Extension\Command\MetadataExtension

상속: implements Dumplie\SharedKernel\Application\Command\Extension
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
catchException ( Dumplie\SharedKernel\Application\Command\Command $command, Exception $e, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
expands ( Dumplie\SharedKernel\Application\Command\Command $command ) : boolean
post ( Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
pre ( Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )

메소드 상세

catchException() 공개 메소드

public catchException ( Dumplie\SharedKernel\Application\Command\Command $command, Exception $e, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$command Dumplie\SharedKernel\Application\Command\Command
$e Exception
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator

expands() 공개 메소드

public expands ( Dumplie\SharedKernel\Application\Command\Command $command ) : boolean
$command Dumplie\SharedKernel\Application\Command\Command
리턴 boolean

post() 공개 메소드

public post ( Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$command Dumplie\SharedKernel\Application\Command\Command
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator

pre() 공개 메소드

public pre ( Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$command Dumplie\SharedKernel\Application\Command\Command
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator