|
Cheetah
|
Public Member Functions | |
| getId () | |
| getCover () | |
| getDescription () | |
| getEndTime () | |
| getIsDateOnly () | |
| getName () | |
| getOwner () | |
| getParentGroup () | |
| getPlace () | |
| getPrivacy () | |
| getStartTime () | |
| getTicketUri () | |
| getTimezone () | |
| getUpdatedTime () | |
| getPicture () | |
| getAttendingCount () | |
| getDeclinedCount () | |
| getMaybeCount () | |
| getNoreplyCount () | |
| getInvitedCount () | |
Public Member Functions inherited from Facebook\GraphNodes\GraphNode | |
| __construct (array $data=[]) | |
| castItems (array $data) | |
| uncastItems () | |
| asJson ($options=0) | |
| isIso8601DateString ($string) | |
| shouldCastAsDateTime ($key) | |
| castToDateTime ($value) | |
| castToBirthday ($value) | |
Public Member Functions inherited from Facebook\GraphNodes\Collection | |
| getField ($name, $default=null) | |
| getProperty ($name, $default=null) | |
| getFieldNames () | |
| getPropertyNames () | |
| all () | |
| asArray () | |
| map (\Closure $callback) | |
| count () | |
| getIterator () | |
| offsetExists ($key) | |
| offsetGet ($key) | |
| offsetSet ($key, $value) | |
| offsetUnset ($key) | |
| __toString () | |
Static Protected Attributes | |
| static | $graphObjectMap |
Static Protected Attributes inherited from Facebook\GraphNodes\GraphNode | |
| static | $graphObjectMap = [] |
Additional Inherited Members | |
Static Public Member Functions inherited from Facebook\GraphNodes\GraphNode | |
| static | getObjectMap () |
Protected Attributes inherited from Facebook\GraphNodes\Collection | |
| $items = [] | |
Definition at line 31 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getAttendingCount | ( | ) |
Returns the attending_count (Number of people attending the event) as int if present.
Definition at line 198 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getCover | ( | ) |
Returns the cover (Cover picture) as GraphCoverPhoto if present.
Definition at line 58 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getDeclinedCount | ( | ) |
Returns the declined_count (Number of people who declined the event) as int if present.
Definition at line 208 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getDescription | ( | ) |
Returns the description (Long-form description) as string if present.
Definition at line 68 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getEndTime | ( | ) |
Returns the end_time (End time, if one has been set) as DateTime if present.
Definition at line 78 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getId | ( | ) |
Returns the id (The event ID) as string if present.
Definition at line 48 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getInvitedCount | ( | ) |
Returns the invited_count (Number of people invited to the event) as int if present.
Definition at line 238 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getIsDateOnly | ( | ) |
Returns the is_date_only (Whether the event only has a date specified, but no time) as bool if present.
Definition at line 88 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getMaybeCount | ( | ) |
Returns the maybe_count (Number of people who maybe going to the event) as int if present.
Definition at line 218 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getName | ( | ) |
Returns the name (Event name) as string if present.
Definition at line 98 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getNoreplyCount | ( | ) |
Returns the noreply_count (Number of people who did not reply to the event) as int if present.
Definition at line 228 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getOwner | ( | ) |
Returns the owner (The profile that created the event) as GraphNode if present.
Definition at line 108 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getParentGroup | ( | ) |
Returns the parent_group (The group the event belongs to) as GraphGroup if present.
Definition at line 118 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getPicture | ( | ) |
Returns the picture (Event picture) as GraphPicture if present.
Definition at line 188 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getPlace | ( | ) |
Returns the place (Event Place information) as GraphPage if present.
Definition at line 128 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getPrivacy | ( | ) |
Returns the privacy (Who can see the event) as string if present.
Definition at line 138 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getStartTime | ( | ) |
Returns the start_time (Start time) as DateTime if present.
Definition at line 148 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getTicketUri | ( | ) |
Returns the ticket_uri (The link users can visit to buy a ticket to this event) as string if present.
Definition at line 158 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getTimezone | ( | ) |
Returns the timezone (Timezone) as string if present.
Definition at line 168 of file GraphEvent.php.
| Facebook\GraphNodes\GraphEvent::getUpdatedTime | ( | ) |
Returns the updated_time (Last update time) as DateTime if present.
Definition at line 178 of file GraphEvent.php.
|
staticprotected |
Definition at line 36 of file GraphEvent.php.