TaskSuccessfulEvent
extends AbstractTextProcessingEvent
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Methods
- __construct() : mixed
- Compatibility constructor
- getTask() : Task
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Methods
__construct()
Compatibility constructor
public
__construct(Task $task) : mixed
Parameters
- $task : Task
Tags
getTask()
public
getTask() : Task
Tags
Return values
TaskisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void