BeforeGroupChangedEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getFeature() : string
- getGroup() : IGroup
- getOldValue() : mixed
- getValue() : mixed
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$feature
private
string
$feature
$group
private
IGroup
$group
$oldValue
private
mixed
$oldValue
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$value
private
mixed
$value
Methods
__construct()
Compatibility constructor
public
__construct(IGroup $group, string $feature, mixed $value[, mixed $oldValue = null ]) : mixed
Parameters
- $group : IGroup
- $feature : string
- $value : mixed
- $oldValue : mixed = null
Tags
getFeature()
public
getFeature() : string
Tags
Return values
stringgetGroup()
public
getGroup() : IGroup
Tags
Return values
IGroupgetOldValue()
public
getOldValue() : mixed
Tags
getValue()
public
getValue() : mixed
Tags
isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void