PHP Class Dumplie\SharedKernel\Application\Command\ExtensionRegistry

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

Méthodes publiques

Méthode Description
__construct ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
passException ( Command $command, Exception $exception )
post ( Command $command )
pre ( Command $command )
register ( Dumplie\SharedKernel\Application\Command\Extension $commandExtension, integer $priority )

Method Details

__construct() public méthode

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

passException() public méthode

public passException ( Command $command, Exception $exception )
$command Command
$exception Exception

post() public méthode

public post ( Command $command )
$command Command

pre() public méthode

public pre ( Command $command )
$command Command

register() public méthode

public register ( Dumplie\SharedKernel\Application\Command\Extension $commandExtension, integer $priority )
$commandExtension Dumplie\SharedKernel\Application\Command\Extension
$priority integer