PHP Class Spec\Dumplie\SharedKernel\Application\Command\ExtensionRegistrySpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
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 )

Method Details

it_executes_post_endpoint_for_matching_commands() public méthode

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 méthode

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 méthode

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