Cheetah
|
Public Member Functions | |
isSilhouette () | |
getUrl () | |
getWidth () | |
getHeight () | |
![]() | |
__construct (array $data=[]) | |
castItems (array $data) | |
uncastItems () | |
asJson ($options=0) | |
isIso8601DateString ($string) | |
shouldCastAsDateTime ($key) | |
castToDateTime ($value) | |
castToBirthday ($value) | |
![]() | |
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 () | |
Additional Inherited Members | |
![]() | |
static | getObjectMap () |
![]() | |
$items = [] | |
![]() | |
static | $graphObjectMap = [] |
Definition at line 31 of file GraphPicture.php.
Facebook\GraphNodes\GraphPicture::getHeight | ( | ) |
Returns the height of user picture if it exists
Definition at line 68 of file GraphPicture.php.
Facebook\GraphNodes\GraphPicture::getUrl | ( | ) |
Returns the url of user picture if it exists
Definition at line 48 of file GraphPicture.php.
Facebook\GraphNodes\GraphPicture::getWidth | ( | ) |
Returns the width of user picture if it exists
Definition at line 58 of file GraphPicture.php.
Facebook\GraphNodes\GraphPicture::isSilhouette | ( | ) |
Returns true if user picture is silhouette.
Definition at line 38 of file GraphPicture.php.