$event
$event : integer
Event id which we'll be looking in
Class for handling the attendees resource on the Events Force API: http://docs.eventsforce.apiary.io/#reference/attendees
$client : \EventsForce\Client
Stores an instance of the client for resources to Access
__construct(\EventsForce\Client $client)
BaseResource constructor.
\EventsForce\Client | $client |
getAll(array $query = array()) : \Psr\Http\Message\StreamInterface
Method to get all Attendees for an event Api Docs: http://docs.eventsforce.apiary.io/#reference/attendees/eventseventidattendeesjsonlastmodifiedafterpaymentstatuscategoryregistrationstatus/get
array | $query |
get(boolean|integer $attendee_id = false) : \Psr\Http\Message\StreamInterface
Method to get a single attendee for an event Api Docs: http://docs.eventsforce.apiary.io/#reference/attendees/eventseventidattendeespersonidjson/get
boolean|integer | $attendee_id |
update(boolean $attendee_id = false, array $data = array()) : \Psr\Http\Message\StreamInterface
Method to update an attendee with a passed in set of data Api docs: http://docs.eventsforce.apiary.io/#reference/attendees/eventseventidattendeespersonidjsonhttpmethodpatch/post NOTE: NEEDS TESTING WITH FULL ACCESS API
boolean | $attendee_id | |
array | $data |
auth(boolean $user_id = false, boolean $password = false) : \Psr\Http\Message\StreamInterface
Method to authenticate a user API Docs - http://docs.eventsforce.apiary.io/#reference/attendees/eventseventidattendeesauthenticatejson/post
boolean | $user_id | |
boolean | $password |