abstract public function OAuthStoreAbstract::listServers in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listServers()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listServers()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listServers()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listServers()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listServers()
5 methods override OAuthStoreAbstract::listServers()
- OAuthStore2Leg::listServers in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::listServers in lib/
oauth-php/ library/ store/ OAuthStoreOracle.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) * *
- OAuthStorePostgreSQL::listServers in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.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)
- OAuthStoreSession::listServers in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - 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) * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 46
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function listServers($q = '', $user_id);