PHP Class Dumplie\SharedKernel\Application\Command\ExtensionRegistry

Exibir arquivo Open project: dumplie/dumplie Class Usage Examples

Public Methods

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

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

passException() public method

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

post() public method

public post ( Command $command )
$command Command

pre() public method

public pre ( Command $command )
$command Command

register() public method

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