Cheetah
Public Member Functions | Static Protected Attributes | List of all members
Facebook\GraphNodes\GraphEvent Class Reference
Inheritance diagram for Facebook\GraphNodes\GraphEvent:
Facebook\GraphNodes\GraphNode Facebook\GraphNodes\Collection

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 = []
 

Detailed Description

Definition at line 31 of file GraphEvent.php.

Member Function Documentation

◆ getAttendingCount()

Facebook\GraphNodes\GraphEvent::getAttendingCount ( )

Returns the attending_count (Number of people attending the event) as int if present.

Returns
int|null

Definition at line 198 of file GraphEvent.php.

◆ getCover()

Facebook\GraphNodes\GraphEvent::getCover ( )

Returns the cover (Cover picture) as GraphCoverPhoto if present.

Returns
GraphCoverPhoto|null

Definition at line 58 of file GraphEvent.php.

◆ getDeclinedCount()

Facebook\GraphNodes\GraphEvent::getDeclinedCount ( )

Returns the declined_count (Number of people who declined the event) as int if present.

Returns
int|null

Definition at line 208 of file GraphEvent.php.

◆ getDescription()

Facebook\GraphNodes\GraphEvent::getDescription ( )

Returns the description (Long-form description) as string if present.

Returns
string|null

Definition at line 68 of file GraphEvent.php.

◆ getEndTime()

Facebook\GraphNodes\GraphEvent::getEndTime ( )

Returns the end_time (End time, if one has been set) as DateTime if present.

Returns
\DateTime|null

Definition at line 78 of file GraphEvent.php.

◆ getId()

Facebook\GraphNodes\GraphEvent::getId ( )

Returns the id (The event ID) as string if present.

Returns
string|null

Definition at line 48 of file GraphEvent.php.

◆ getInvitedCount()

Facebook\GraphNodes\GraphEvent::getInvitedCount ( )

Returns the invited_count (Number of people invited to the event) as int if present.

Returns
int|null

Definition at line 238 of file GraphEvent.php.

◆ getIsDateOnly()

Facebook\GraphNodes\GraphEvent::getIsDateOnly ( )

Returns the is_date_only (Whether the event only has a date specified, but no time) as bool if present.

Returns
bool|null

Definition at line 88 of file GraphEvent.php.

◆ getMaybeCount()

Facebook\GraphNodes\GraphEvent::getMaybeCount ( )

Returns the maybe_count (Number of people who maybe going to the event) as int if present.

Returns
int|null

Definition at line 218 of file GraphEvent.php.

◆ getName()

Facebook\GraphNodes\GraphEvent::getName ( )

Returns the name (Event name) as string if present.

Returns
string|null

Definition at line 98 of file GraphEvent.php.

◆ getNoreplyCount()

Facebook\GraphNodes\GraphEvent::getNoreplyCount ( )

Returns the noreply_count (Number of people who did not reply to the event) as int if present.

Returns
int|null

Definition at line 228 of file GraphEvent.php.

◆ getOwner()

Facebook\GraphNodes\GraphEvent::getOwner ( )

Returns the owner (The profile that created the event) as GraphNode if present.

Returns
GraphNode|null

Definition at line 108 of file GraphEvent.php.

◆ getParentGroup()

Facebook\GraphNodes\GraphEvent::getParentGroup ( )

Returns the parent_group (The group the event belongs to) as GraphGroup if present.

Returns
GraphGroup|null

Definition at line 118 of file GraphEvent.php.

◆ getPicture()

Facebook\GraphNodes\GraphEvent::getPicture ( )

Returns the picture (Event picture) as GraphPicture if present.

Returns
GraphPicture|null

Definition at line 188 of file GraphEvent.php.

◆ getPlace()

Facebook\GraphNodes\GraphEvent::getPlace ( )

Returns the place (Event Place information) as GraphPage if present.

Returns
GraphPage|null

Definition at line 128 of file GraphEvent.php.

◆ getPrivacy()

Facebook\GraphNodes\GraphEvent::getPrivacy ( )

Returns the privacy (Who can see the event) as string if present.

Returns
string|null

Definition at line 138 of file GraphEvent.php.

◆ getStartTime()

Facebook\GraphNodes\GraphEvent::getStartTime ( )

Returns the start_time (Start time) as DateTime if present.

Returns
\DateTime|null

Definition at line 148 of file GraphEvent.php.

◆ getTicketUri()

Facebook\GraphNodes\GraphEvent::getTicketUri ( )

Returns the ticket_uri (The link users can visit to buy a ticket to this event) as string if present.

Returns
string|null

Definition at line 158 of file GraphEvent.php.

◆ getTimezone()

Facebook\GraphNodes\GraphEvent::getTimezone ( )

Returns the timezone (Timezone) as string if present.

Returns
string|null

Definition at line 168 of file GraphEvent.php.

◆ getUpdatedTime()

Facebook\GraphNodes\GraphEvent::getUpdatedTime ( )

Returns the updated_time (Last update time) as DateTime if present.

Returns
\DateTime|null

Definition at line 178 of file GraphEvent.php.

Member Data Documentation

◆ $graphObjectMap

Facebook\GraphNodes\GraphEvent::$graphObjectMap
staticprotected
Initial value:
= [
'cover' => '\Facebook\GraphNodes\GraphCoverPhoto',
'place' => '\Facebook\GraphNodes\GraphPage',
'picture' => '\Facebook\GraphNodes\GraphPicture',
'parent_group' => '\Facebook\GraphNodes\GraphGroup',
]

Definition at line 36 of file GraphEvent.php.


The documentation for this class was generated from the following file: