OptionsLoadEvent
implements
StoppableEventInterface
Table of Contents
Interfaces
- StoppableEventInterface
Properties
-
$actionId
: string
-
$adapter
: Adapter
-
$query
: string
-
$raw
: mixed
-
$user
: Author
-
$propagationStopped
: bool
Methods
-
__construct()
: mixed
-
isPropagationStopped()
: bool
-
stopPropagation()
: void
$actionId
read-only
public
string
$actionId
$adapter
read-only
public
Adapter
$adapter
$query
read-only
public
string
$query
$raw
read-only
public
mixed
$raw
= null
$user
read-only
public
Author
$user
$propagationStopped
private
bool
$propagationStopped
= false
__construct()
public
__construct(Adapter $adapter, string $actionId, string $query, Author $user[, mixed $raw = null ]) : mixed
Parameters
-
$adapter
: Adapter
-
-
$actionId
: string
-
-
$query
: string
-
-
$user
: Author
-
-
$raw
: mixed
= null
-
isPropagationStopped()
public
isPropagationStopped() : bool
stopPropagation()
public
stopPropagation() : void