Copied!

UnhideLocationEvent

UnhideLocationEvent.php : 14
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

UnhideLocationEvent.php : 22
public __construct(Location $revealedLocation, Location $location)

Parameters

Name Type Default value Description
$revealedLocation Location - -
$location Location - -

publicgetLocation()

UnhideLocationEvent.php : 35
public getLocation() : Location

Return values

Location

publicgetRevealedLocation()

UnhideLocationEvent.php : 30
public getRevealedLocation() : Location

Return values

Location

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