PHP Class Dumplie\Inventory\Application\Extension\Command\MetadataExtension

Inheritance: implements Dumplie\SharedKernel\Application\Command\Extension
Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

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

Method Details

catchException() public méthode

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

public expands ( Dumplie\SharedKernel\Application\Command\Command $command ) : boolean
$command Dumplie\SharedKernel\Application\Command\Command
Résultat boolean

post() public méthode

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

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