Copied!

CreateEvent

CreateEvent.php : 14
Final
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CreateEvent.php : 24
public __construct(URLWildcard $urlWildcard, string $sourceUrl, string $destinationUrl, bool $forward)

Parameters

Name Type Default value Description
$urlWildcard URLWildcard - -
$sourceUrl string - -
$destinationUrl string - -
$forward bool - -

publicgetDestinationUrl()

CreateEvent.php : 41
public getDestinationUrl() : string

Return values

string

publicgetForward()

CreateEvent.php : 46
public getForward() : bool

Return values

bool

publicgetSourceUrl()

CreateEvent.php : 36
public getSourceUrl() : string

Return values

string

publicgetUrlWildcard()

CreateEvent.php : 51
public getUrlWildcard() : URLWildcard

Return values

URLWildcard

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().