PHP Класс Spec\Dumplie\SharedKernel\Application\Command\ExtensionRegistrySpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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