trait ReadLocationsTrait

Properties

protectedLocationService $locationService

Methods

Location
getLocation(string$id,LocationQuery|null$query =null)

No description

array
getLocations(LocationsQuery|null$query =null)

No description

array
getZones()

No description

getZone(string$id)

No description

array
getZoneLocations($id)

No description

Details

at line18
Location getLocation(string$id,LocationQuery|null$query =null)

Parameters

string $id
LocationQuery|null $query

Return Value

Location

at line25
array getLocations(LocationsQuery|null$query =null)

Parameters

LocationsQuery|null $query

Return Value

array

at line32
array getZones()

Return Value

array

at line39
Zone getZone(string$id)

Parameters

string $id

Return Value

Zone

at line46
array getZoneLocations($id)

Parameters

$id

Return Value

array