|
Cheetah
|
Public Member Functions | |
| getId () | |
| getCanUpload () | |
| getCount () | |
| getCoverPhoto () | |
| getCreatedTime () | |
| getUpdatedTime () | |
| getDescription () | |
| getFrom () | |
| getPlace () | |
| getLink () | |
| getLocation () | |
| getName () | |
| getPrivacy () | |
| getType () | |
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 32 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getCanUpload | ( | ) |
Returns whether the viewer can upload photos to this album.
Definition at line 57 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getCount | ( | ) |
Returns the number of photos in this album.
Definition at line 67 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getCoverPhoto | ( | ) |
Returns the ID of the album's cover photo.
Definition at line 77 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getCreatedTime | ( | ) |
Returns the time the album was initially created.
Definition at line 87 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getDescription | ( | ) |
Returns the description of the album.
Definition at line 107 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getFrom | ( | ) |
Returns profile that created the album.
Definition at line 117 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getId | ( | ) |
| Facebook\GraphNodes\GraphAlbum::getLink | ( | ) |
Returns a link to this album on Facebook.
Definition at line 137 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getLocation | ( | ) |
Returns the textual location of the album.
Definition at line 147 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getName | ( | ) |
| Facebook\GraphNodes\GraphAlbum::getPlace | ( | ) |
Returns profile that created the album.
Definition at line 127 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getPrivacy | ( | ) |
Returns the privacy settings for the album.
Definition at line 167 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getType | ( | ) |
Returns the type of the album.
enum{ profile, mobile, wall, normal, album }
Definition at line 179 of file GraphAlbum.php.
| Facebook\GraphNodes\GraphAlbum::getUpdatedTime | ( | ) |
Returns the time the album was updated.
Definition at line 97 of file GraphAlbum.php.
|
staticprotected |
Definition at line 37 of file GraphAlbum.php.