Locations
Use this API to create, update and delete the locations of events.
Methods
Invoke via \Components\Marketing\Events\Locations::method()
Click a method name to copy it.
Deletes a record from the database
Parameters
$iEventLocationId
int
A record's event_location_id
Return
Returns true if record existed and was deleted, otherwise false
Gets a record from the database
Parameters
$iEventLocationId
int
A record's event_location_id
Return a set of records from the database
Gets a single field from a record
Parameters
$iEventLocationId
int
A record's event_location_id
Returns the number of records in the database (matching the filter if specified)
Saves a record into the database
Saves a specific column of a row into a database
Parameters
$iEventLocationId
int
A record's event_location_id
Return
Array of
Locations that match the search query.