PHP Interface Dumplie\SharedKernel\Application\Command\Extension

Datei anzeigen Open project: dumplie/dumplie Interface Usage Examples

Public Methods

Method Description
catchException ( Command $command, Exception $e, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
expands ( Command $command ) : boolean
post ( Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
pre ( Command $command, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )

Method Details

catchException() public method

public catchException ( Command $command, Exception $e, Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$command Command
$e Exception
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator

expands() public method

public expands ( Command $command ) : boolean
$command Command
return boolean

post() public method

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

pre() public method

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