Method | Description | |
---|---|---|
getAddress ( ) | Get location of user | |
getLocation ( ) : array | Get an array of location data | |
setAddress ( Address $address ) | Set location of user | |
setLocation ( array $location ) | ||
singleton ( ) |
Method | Description | |
---|---|---|
getLocationData ( ) | ||
setLocationData ( array $data ) |
Method | Description | |
---|---|---|
__construct ( ) |
public getLocation ( ) : array | ||
return | array | location data |
public setAddress ( Address $address ) | ||
$address | Address | location |