RegisterOperationsEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $manager : IManager
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- isPropagationStopped() : bool
- {@inheritDoc}
- registerOperation() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$manager
private
IManager
$manager
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(IManager $manager) : mixed
Parameters
- $manager : IManager
Tags
isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolregisterOperation()
public
registerOperation(IOperation $operation) : void
Parameters
- $operation : IOperation
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void