You are here

abstract public function OAuthStoreAbstract::listConsumerApplications in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerApplications()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerApplications()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerApplications()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerApplications()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerApplications()
5 methods override OAuthStoreAbstract::listConsumerApplications()
OAuthStore2Leg::listConsumerApplications in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::listConsumerApplications in lib/oauth-php/library/store/OAuthStoreOracle.php
* List of all registered applications. Data returned has not sensitive * information and therefore is suitable for public displaying. * *
OAuthStorePostgreSQL::listConsumerApplications in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
List of all registered applications. Data returned has not sensitive information and therefore is suitable for public displaying.
OAuthStoreSession::listConsumerApplications in lib/oauth-php/library/store/OAuthStoreSession.php
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. * *

File

lib/oauth-php/library/store/OAuthStoreAbstract.class.php, line 65

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function listConsumerApplications($begin = 0, $total = 25);