PHP 클래스 Spec\Dumplie\SharedKernel\Application\Command\ExtensionRegistrySpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
it_executes_post_endpoint_for_matching_commands ( Dumplie\SharedKernel\Application\Command\Extension $extension, Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
it_executes_pre_endpoint_for_matching_commands ( Dumplie\SharedKernel\Application\Command\Extension $extension, Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
let ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )

메소드 상세

it_executes_post_endpoint_for_matching_commands() 공개 메소드

public it_executes_post_endpoint_for_matching_commands ( Dumplie\SharedKernel\Application\Command\Extension $extension, Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$extension Dumplie\SharedKernel\Application\Command\Extension
$command Dumplie\SharedKernel\Application\Command\Command
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator

it_executes_pre_endpoint_for_matching_commands() 공개 메소드

public it_executes_pre_endpoint_for_matching_commands ( Dumplie\SharedKernel\Application\Command\Extension $extension, Dumplie\SharedKernel\Application\Command\Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$extension Dumplie\SharedKernel\Application\Command\Extension
$command Dumplie\SharedKernel\Application\Command\Command
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator

let() 공개 메소드

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