Element index for package oshyvesapilibphp5
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- $_runtime_errors
- in file HA.php, variable HA_ERRORS::$_runtime_errors
Array for error arrays.
- __construct
- in file HA.php, method HA_LIST::__construct()
Create a new instance
- __construct
- in file HA.php, method HA_KEY_VALUE::__construct()
Create a new instance
- __construct
- in file HA.php, method HA_KEY_SECRET::__construct()
Create a new instance
- __get
- in file HA.php, method HA_KEY_VALUE::__get()
Get a key
- __get
- in file HA.php, method HA_KEY_SECRET::__get()
Magic method for OAuth
- __set
- in file HA.php, method HA_KEY_VALUE::__set()
Set a key
- __construct
- in file HA.php, method HA_COL::__construct()
- __construct
- in file HA.php, method HA_CALL::__construct()
Construct a call.
- __construct
- in file HA.php, method HA_HELPER_USER::__construct()
Wrap an object with the helper
- __construct
- in file HA.php, method HA_HELPER::__construct()
Wrap an object with the helper
top
top
top
top
top
e
- errorCodeToErrorMessage
- in file HA.php, method HA_ERRORS::errorCodeToErrorMessage()
Helper for converting error codes within the ERROR_SCOPE_LIBRARY scope to an error message.
- ERROR_SCOPE_CURL
- in file HA.php, class constant HA_ERRORS::ERROR_SCOPE_CURL
Error constant for in the scope of cURL
- ERROR_SCOPE_HYVES_API
- in file HA.php, class constant HA_ERRORS::ERROR_SCOPE_HYVES_API
Error constant for in the scope of the Hyves API
- ERROR_SCOPE_LIBRARY
- in file HA.php, class constant HA_ERRORS::ERROR_SCOPE_LIBRARY
Error constant for in the scope of the library
- EXPIRATIONTYPE_DEFAULT
- in file HA.php, class constant HA_AUTH::EXPIRATIONTYPE_DEFAULT
Default token, valid for 1 hour.
- EXPIRATIONTYPE_INFINITE
- in file HA.php, class constant HA_AUTH::EXPIRATIONTYPE_INFINITE
Infinite token, if User accepts valid for 2 years.
- EXPIRATIONTYPE_USER
- in file HA.php, class constant HA_AUTH::EXPIRATIONTYPE_USER
The User chooses the expiredate for the token.
- execute
- in file HA.php, method HA_COL::execute()
Execute batch.
- execute
- in file HA.php, method HA_CALL::execute()
Execute a call.
- error_message
- in file HA.php, method HA_HELPER::error_message()
Get error_message
top
top
g
- getData
- in file HA.php, method HA_KEY_SECRET::getData()
Get the key and secret for debugging
- getData
- in file HA.php, method HA_LIST::getData()
Get the list for debugging
- getData
- in file HA.php, method HA_KEY_VALUE::getData()
Get the key-value pairs container for debugging
- getErrors
- in file HA.php, method HA_ERRORS::getErrors()
Returns an array of error arrays
- getKey
- in file HA.php, method HA_KEY_SECRET::getKey()
Get the key
- getLastError
- in file HA.php, method HA_ERRORS::getLastError()
Returns the last error array or FALSE
- getSecret
- in file HA.php, method HA_KEY_SECRET::getSecret()
Get the secret
- getAccessTokens
- in file HA.php, method HA_AUTH::getAccessTokens()
Get an access token.
- getAuthorizationUrl
- in file HA.php, method HA_AUTH::getAuthorizationUrl()
Get the authorization url
- getRequestTokens
- in file HA.php, method HA_AUTH::getRequestTokens()
Get a request token.
- getCallByIndex
- in file HA.php, method HA_COL::getCallByIndex()
Get a HA_CALL object by index, starting at 0
- getCalls
- in file HA.php, method HA_COL::getCalls()
Get an array of HA_CALL objects.
- getCallsByTag
- in file HA.php, method HA_COL::getCallsByTag()
Get calls by tag.
- getConfiguration
- in file HA.php, method HA_CALL::getConfiguration()
Get the HA_C object.
- getConsumer
- in file HA.php, method HA_CALL::getConsumer()
Get the HA_CONSUMER object.
- getCurlHandle
- in file HA.php, method HA_CALL::getCurlHandle()
Get the cURL resource.
- getMethod
- in file HA.php, method HA_CALL::getMethod()
Get the method.
- getOAuthRequest
- in file HA.php, method HA_CALL::getOAuthRequest()
Get an OAuthRequest object.
- getParameters
- in file HA.php, method HA_CALL::getParameters()
Get the HA_P object.
- getResponseAsObject
- in file HA.php, method HA_CALL::getResponseAsObject()
Turn the response text into an object with helpers.
- getResponseAsText
- in file HA.php, method HA_CALL::getResponseAsText()
Get the body of a executed cURL resource
- getResponsefields
- in file HA.php, method HA_CALL::getResponsefields()
Get the HA_R object.
- getTags
- in file HA.php, method HA_CALL::getTags()
Get the HA_TAGS object.
- getToken
- in file HA.php, method HA_CALL::getToken()
Get the HA_T object.
- getApiUrl
- in file HA.php, method HA_GLOBAL::getApiUrl()
Get api url
- getAutoLog
- in file HA.php, method HA_GLOBAL::getAutoLog()
Get auto log
- getDateTime
- in file HA.php, method HA_GLOBAL::getDateTime()
Return the date and time.
- getDefaultConfiguration
- in file HA.php, method HA_GLOBAL::getDefaultConfiguration()
Get default configuration
- getDefaultConsumer
- in file HA.php, method HA_GLOBAL::getDefaultConsumer()
Get default consumer
- getLogFile
- in file HA.php, method HA_GLOBAL::getLogFile()
Get log file
- getNrOfCallsExecuted
- in file HA.php, method HA_GLOBAL::getNrOfCallsExecuted()
Return the number of calls executed
- getRequestMethod
- in file HA.php, method HA_GLOBAL::getRequestMethod()
Get request method
- getUnixtime
- in file HA.php, method HA_GLOBAL::getUnixtime()
Return the unix timestamp.
- gender
- in file HA.php, method HA_HELPER_USER::gender()
Get gender
top
h
- HA.php
- procedural page HA.php
- has
- in file HA.php, method HA_KEY_VALUE::has()
Check if a key is set
- has
- in file HA.php, method HA_LIST::has()
Check if the element(s) is/are set
- hasErrors
- in file HA.php, method HA_ERRORS::hasErrors()
Return TRUE if the object has errors, else FALSE
- hasKey
- in file HA.php, method HA_KEY_SECRET::hasKey()
Check if the key is set
- hasSecret
- in file HA.php, method HA_KEY_SECRET::hasSecret()
Check if the secret is set
- HA_ERRORS
- in file HA.php, class HA_ERRORS
Abstract class for errors.
- HA_KEY_SECRET
- in file HA.php, class HA_KEY_SECRET
Abstract class for Token objects.
- HA_KEY_VALUE
- in file HA.php, class HA_KEY_VALUE
Abstract class for key-value pairs
- HA_LIST
- in file HA.php, class HA_LIST
Abstract class for lists.
- HA_AUTH
- in file HA.php, class HA_AUTH
Helper for authorization.
- HA_CALL
- in file HA.php, class HA_CALL
Object for a single call to the Hyves API.
- HA_COL
- in file HA.php, class HA_COL
A collection of HA_CALL objects.
- hasDefaultConfiguration
- in file HA.php, method HA_GLOBAL::hasDefaultConfiguration()
Check if there is a default configuration
- hasDefaultConsumer
- in file HA.php, method HA_GLOBAL::hasDefaultConsumer()
Check if there is a default consumer
- hasLogFile
- in file HA.php, method HA_GLOBAL::hasLogFile()
Is a log file set?
- has_string_value
- in file HA.php, method HA_GLOBAL::has_string_value()
Helper
- HA_C
- in file HA.php, class HA_C
Hyves Configuration Object
- HA_CONSUMER
- in file HA.php, class HA_CONSUMER
Hyves Consumer Object
- HA_GLOBAL
- in file HA.php, class HA_GLOBAL
Hyves Global object
- HA_P
- in file HA.php, class HA_P
Hyves Parameters Object
- HA_R
- in file HA.php, class HA_R
Hyves Responsefields Object
- HA_T
- in file HA.php, class HA_T
Hyves Token Object
- HA_TAGS
- in file HA.php, class HA_TAGS
Hyves Tags Object
- has_pagination
- in file HA.php, method HA_HELPER::has_pagination()
Tells you if the method uses pagination. http://trac.hyves-api.nl/hyves-api/wiki/APIPaginate
- has_users
- in file HA.php, method HA_HELPER::has_users()
Tells you if response contants users.
- HA_HELPER
- in file HA.php, class HA_HELPER
Reponse object main helper.
- HA_HELPER_USER
- in file HA.php, class HA_HELPER_USER
Reponse object user helper.
top
top
top
top
top
top
top
r
- remove
- in file HA.php, method HA_LIST::remove()
Remove a element
- remove
- in file HA.php, method HA_KEY_VALUE::remove()
Remove a key
- REQUEST_METHOD_GET
- in file HA.php, class constant HA_GLOBAL::REQUEST_METHOD_GET
Request method where the data is passed through the URL
- REQUEST_METHOD_GET_HEADER
- in file HA.php, class constant HA_GLOBAL::REQUEST_METHOD_GET_HEADER
Request method where the data is passed through the URL except for the OAuth data, which is in the Authorization header
- REQUEST_METHOD_POST
- in file HA.php, class constant HA_GLOBAL::REQUEST_METHOD_POST
Request method where the data is passed through as POST data
- REQUEST_METHOD_POST_HEADER
- in file HA.php, class constant HA_GLOBAL::REQUEST_METHOD_POST_HEADER
Request method where the data is passed through as POST data except for the OAuth data, which is in the Authorization header (default)
- request_parameters
- in file HA.php, method HA_HELPER::request_parameters()
Get request_parameters
- request_parameters_as_array
- in file HA.php, method HA_HELPER::request_parameters_as_array()
Get request_parameters as array
- respectscount
- in file HA.php, method HA_HELPER_USER::respectscount()
Get respectscount
- resultsperpage
- in file HA.php, method HA_HELPER::resultsperpage()
Get resultsperpage
- running_milliseconds
- in file HA.php, method HA_HELPER::running_milliseconds()
Get running_milliseconds http://trac.hyves-api.nl/hyves-api/wiki/APIInfoBlock
top
s
- setKey
- in file HA.php, method HA_KEY_SECRET::setKey()
Set the key
- setSecret
- in file HA.php, method HA_KEY_SECRET::setSecret()
Set the secret
- setCurlHandle
- in file HA.php, method HA_CALL::setCurlHandle()
Set the cURL resource.
- setResponseText
- in file HA.php, method HA_CALL::setResponseText()
Set the response text.
- setApiUrl
- in file HA.php, method HA_GLOBAL::setApiUrl()
Set api url
- setAutoLog
- in file HA.php, method HA_GLOBAL::setAutoLog()
Set auto log
- setDefaultConfiguration
- in file HA.php, method HA_GLOBAL::setDefaultConfiguration()
Set default configuration
- setDefaultConsumer
- in file HA.php, method HA_GLOBAL::setDefaultConsumer()
Set default consumer
- setLogFile
- in file HA.php, method HA_GLOBAL::setLogFile()
Set log file
- setRequestMethod
- in file HA.php, method HA_GLOBAL::setRequestMethod()
Set request method
- scrapscount
- in file HA.php, method HA_HELPER_USER::scrapscount()
Get scrapscount
- scrapsvisible
- in file HA.php, method HA_HELPER_USER::scrapsvisible()
Get scrapsvisible
top
top
top
top
|
|