PHP Interface Dumplie\SharedKernel\Application\Command\Extension

Afficher le fichier Open project: dumplie/dumplie Interface Usage Examples

Méthodes publiques

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

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

expands() public méthode

public expands ( Command $command ) : boolean
$command Command
Résultat boolean

post() public méthode

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

pre() public méthode

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