Cheetah
|
Public Member Functions | |
getStreet () | |
getCity () | |
getState () | |
getCountry () | |
getZip () | |
getLatitude () | |
getLongitude () | |
![]() | |
__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 GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getCity | ( | ) |
Returns the city component of the location
Definition at line 48 of file GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getCountry | ( | ) |
Returns the country component of the location
Definition at line 68 of file GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getLatitude | ( | ) |
Returns the latitude component of the location
Definition at line 88 of file GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getLongitude | ( | ) |
Returns the street component of the location
Definition at line 98 of file GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getState | ( | ) |
Returns the state component of the location
Definition at line 58 of file GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getStreet | ( | ) |
Returns the street component of the location
Definition at line 38 of file GraphLocation.php.
Facebook\GraphNodes\GraphLocation::getZip | ( | ) |
Returns the zipcode component of the location
Definition at line 78 of file GraphLocation.php.