Copied!

LocationIndexCreateEvent

LocationIndexCreateEvent.php : 15
Extends Event

Methods

public__construct()

LocationIndexCreateEvent.php : 23
public __construct(Location $location, LocationDocument $document)

Parameters

Name Type Default value Description
$location Location - -
$document LocationDocument - -

publicgetDocument()

LocationIndexCreateEvent.php : 34
public getDocument() : LocationDocument

Return values

LocationDocument

publicgetLocation()

LocationIndexCreateEvent.php : 29
public getLocation() : Location

Return values

Location