OnModifierIdCreateEvent
in package
implements
OnModifierIdCreateEventInterface
Class OnModifierIdCreateEvent
Interfaces, Classes and Traits
Table of Contents
- $modifierId : ModifierIdentifierInterface
- $stopped : bool
- $id : mixed
- $type : string
- __construct() : mixed
- OnModifierIdCreateEvent constructor.
- id() : mixed
- isPropagationStopped() : bool
- modifierId() : ModifierIdentifierInterface
- setModifierId() : void
- stop() : void
- type() : string
Properties
$modifierId
protected
ModifierIdentifierInterface
$modifierId
$stopped
protected
bool
$stopped
= false
$id
private
mixed
$id
$type
private
string
$type
Methods
__construct()
OnModifierIdCreateEvent constructor.
public
__construct(string $type, $id) : mixed
Parameters
Return values
mixed —id()
public
id() : mixed
Tags
Return values
mixed —isPropagationStopped()
public
isPropagationStopped() : bool
Tags
Return values
bool —modifierId()
public
modifierId() : ModifierIdentifierInterface
Tags
Return values
ModifierIdentifierInterface —setModifierId()
public
setModifierId(ModifierIdentifierInterface $modifierId) : void
Parameters
- $modifierId : ModifierIdentifierInterface
Tags
Return values
void —stop()
public
stop() : void
Return values
void —type()
public
type() : string