abstract protected function OAuthStoreSQL::query_all_assoc in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_all_assoc()
- 7.2 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_all_assoc()
- 7.4 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_all_assoc()
- 7.5 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_all_assoc()
- 7.6 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_all_assoc()
* Perform a query, ignore the results * *
Parameters
string sql: * @param vararg arguments (for sprintf) * @return array
6 calls to OAuthStoreSQL::query_all_assoc()
- OAuthStoreSQL::listConsumerApplications in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * List of all registered applications. Data returned has not sensitive * information and therefore is suitable for public displaying. * *
- OAuthStoreSQL::listConsumers in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch a list of all consumer keys, secrets etc. * Returns the public (user_id is null) and the keys owned by the user * *
- OAuthStoreSQL::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch a list of all consumer tokens accessing the account of the given user. * *
- OAuthStoreSQL::listLog in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Get a page of entries from the log. Returns the last 100 records * matching the options given. * *
- OAuthStoreSQL::listServers in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Get a list of all consumers from the consumer registry. * The consumer keys belong to the user or are public (user id is null) * *
2 methods override OAuthStoreSQL::query_all_assoc()
- OAuthStoreMySQL::query_all_assoc in lib/
oauth-php/ library/ store/ OAuthStoreMySQL.php - * Perform a query, ignore the results * *
- OAuthStorePDO::query_all_assoc in lib/
oauth-php/ library/ store/ OAuthStorePDO.php - * Perform a query, ignore the results * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreSQL.php, line 1769
Class
Code
protected abstract function query_all_assoc($sql);