EasyBlogLocationProvidersFoursquare
extends EasyBlogLocationProviders
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $db : mixed
- $doc : mixed
- $input : mixed
- $jconfig : mixed
- $lang : mixed
- $my : mixed
- $string : mixed
- $errors : mixed
- $queries : mixed
- $url : mixed
Methods
- __call() : mixed
- __construct() : mixed
- buildUrl() : mixed
- getError() : mixed
- getErrors() : mixed
- getResult() : mixed
- hasError() : mixed
- hasErrors() : mixed
- isMobile() : mixed
- Determines if this is a mobile layout
- isSettingsComplete() : mixed
- Determines if the settings is complete
- isTablet() : mixed
- Determines if this is a tablet layout
- loadLanguage() : mixed
- Helper method to load language
- setCoordinates() : mixed
- setError() : mixed
- setQueries() : mixed
- setQuery() : mixed
- setSearch() : mixed
Properties
$app
public
mixed
$app
= \null
$config
public
mixed
$config
= \null
$db
public
mixed
$db
= \null
$doc
public
mixed
$doc
= \null
$input
public
mixed
$input
= \null
$jconfig
public
mixed
$jconfig
= \null
$lang
public
mixed
$lang
= \null
$my
public
mixed
$my
= \null
$string
public
mixed
$string
= \null
$errors
protected
mixed
$errors
= array()
$queries
protected
mixed
$queries
= array('query' => '', 'client_id' => '', 'client_secret' => '', 'm' => 'foursquare', 'radius' => 800, 'v' => '20140905', 'intent' => 'browse')
$url
protected
mixed
$url
= 'https://api.foursquare.com/v2/venues/search'
Methods
__call()
public
__call(mixed $method, mixed $arguments) : mixed
Parameters
- $method : mixed
- $arguments : mixed
__construct()
public
__construct() : mixed
buildUrl()
public
buildUrl() : mixed
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getResult()
public
getResult([mixed $queries = array() ]) : mixed
Parameters
- $queries : mixed = array()
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isSettingsComplete()
Determines if the settings is complete
public
isSettingsComplete() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
setCoordinates()
public
setCoordinates(mixed $lat, mixed $lng) : mixed
Parameters
- $lat : mixed
- $lng : mixed
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
setQueries()
public
setQueries(mixed $iteratable) : mixed
Parameters
- $iteratable : mixed
setQuery()
public
setQuery(mixed $key, mixed $value) : mixed
Parameters
- $key : mixed
- $value : mixed
setSearch()
public
setSearch([mixed $search = '' ]) : mixed
Parameters
- $search : mixed = ''