|
Cheetah
|
Public Member Functions | |
| getId () | |
| getFrom () | |
| getPublishTime () | |
| getApplication () | |
| getData () | |
| getType () | |
| isNoFeedStory () | |
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 GraphAchievement.php.
| Facebook\GraphNodes\GraphAchievement::getApplication | ( | ) |
Returns the app in which the user achieved this.
Definition at line 76 of file GraphAchievement.php.
| Facebook\GraphNodes\GraphAchievement::getData | ( | ) |
Returns information about the achievement type this instance is connected with.
Definition at line 86 of file GraphAchievement.php.
| Facebook\GraphNodes\GraphAchievement::getFrom | ( | ) |
Returns the user who achieved this.
Definition at line 56 of file GraphAchievement.php.
| Facebook\GraphNodes\GraphAchievement::getId | ( | ) |
Returns the ID for the achievement.
Definition at line 46 of file GraphAchievement.php.
| Facebook\GraphNodes\GraphAchievement::getPublishTime | ( | ) |
Returns the time at which this was achieved.
Definition at line 66 of file GraphAchievement.php.
| Facebook\GraphNodes\GraphAchievement::getType | ( | ) |
| Facebook\GraphNodes\GraphAchievement::isNoFeedStory | ( | ) |
Indicates whether gaining the achievement published a feed story for the user.
Definition at line 108 of file GraphAchievement.php.
|
staticprotected |
Definition at line 36 of file GraphAchievement.php.