Copied!

CheckTokenEvent

CheckTokenEvent.php : 13
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CheckTokenEvent.php : 23
public __construct(bool $result, string $tokenType, string $token[, string|null $identifier = null ])

Parameters

Name Type Default value Description
$result bool - -
$tokenType string - -
$token string - -
$identifier string|null null -

publicgetIdentifier()

CheckTokenEvent.php : 50
public getIdentifier() : string|null

Return values

string|null

publicgetResult()

CheckTokenEvent.php : 35
public getResult() : bool

Return values

bool

publicgetToken()

CheckTokenEvent.php : 45
public getToken() : string

Return values

string

publicgetTokenType()

CheckTokenEvent.php : 40
public getTokenType() : string

Return values

string

publicisPropagationStopped()

Event.php : 38
public isPropagationStopped() : bool

Return values

bool

publicstopPropagation()

Event.php : 50

Stops the propagation of the event to further event listeners.

public stopPropagation() : void

If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().