|
Cheetah
|
Public Member Functions | |
| getId () | |
| getCategory () | |
| getName () | |
| getBestPage () | |
| getGlobalBrandParentPage () | |
| getLocation () | |
| getCover () | |
| getPicture () | |
| getAccessToken () | |
| getPerms () | |
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 GraphPage.php.
| Facebook\GraphNodes\GraphPage::getAccessToken | ( | ) |
Returns the page access token for the admin user.
Only available in the /me/accounts context.
Definition at line 131 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getBestPage | ( | ) |
Returns the best available Page on Facebook.
Definition at line 79 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getCategory | ( | ) |
Returns the Category for the user's page as a string if present.
Definition at line 59 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getCover | ( | ) |
Returns CoverPhoto of the Page.
Definition at line 109 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getGlobalBrandParentPage | ( | ) |
Returns the brand's global (parent) Page.
Definition at line 89 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getId | ( | ) |
Returns the ID for the user's page as a string if present.
Definition at line 49 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getLocation | ( | ) |
Returns the location of this place.
Definition at line 99 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getName | ( | ) |
Returns the Name of the user's page as a string if present.
Definition at line 69 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getPerms | ( | ) |
Returns the roles of the page admin user.
Only available in the /me/accounts context.
Definition at line 143 of file GraphPage.php.
| Facebook\GraphNodes\GraphPage::getPicture | ( | ) |
|
staticprotected |
Definition at line 36 of file GraphPage.php.