__construct()
__construct(array $data = array())
Empyr Venue Constructor.
Parameters
array | $data |
Throws
- \GuzzleHttp\Exception\GuzzleException
- \Linusx\Empyr\Exceptions\EmpyrMissingRequiredFields
Class EmpyrVenue.
summary(integer $venue_id, array $options = array()) : boolean|mixed
Retrieves the summary of information and data about a business for a given number of months.
integer | $venue_id | |
array | $options |
userVenueTotals(integer $venue_id, array $options = array()) : boolean|mixed
Returns user venue totals for the given month. Can be used to build leaderboards.
integer | $venue_id | |
array | $options |
removeBookmark(integer $venue_id, array $options = array()) : boolean|mixed
Removes the venue bookmark for the authenticated user.
integer | $venue_id | |
array | $options |
removePhoto(integer $venue_id, array $options = array()) : boolean|mixed
Removes the venue bookmark for the authenticated user.
integer | $venue_id | |
array | $options |