PHP 클래스 Dumplie\SharedKernel\Infrastructure\Tactician\Middleware\ExtensionMiddleware

상속: implements League\Tactician\Middleware
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
__construct ( ExtensionRegistry $extensionRegistry )
execute ( object $command, callable $next )

메소드 상세

__construct() 공개 메소드

public __construct ( ExtensionRegistry $extensionRegistry )
$extensionRegistry Dumplie\SharedKernel\Application\Command\ExtensionRegistry

execute() 공개 메소드

public execute ( object $command, callable $next )
$command object
$next callable