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

Inheritance: implements Dumplie\SharedKernel\Application\Command\Extension
Datei anzeigen Open project: dumplie/dumplie

Public Methods

Method 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 method

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 method

public expands ( Dumplie\SharedKernel\Application\Command\Command $command ) : boolean
$command Dumplie\SharedKernel\Application\Command\Command
return boolean

post() public method

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 method

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