You are here

public function OAuthStoreOracle::listConsumerApplications in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::listConsumerApplications()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::listConsumerApplications()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::listConsumerApplications()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::listConsumerApplications()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::listConsumerApplications()

* List of all registered applications. Data returned has not sensitive * information and therefore is suitable for public displaying. * *

Parameters

int $begin: * @param int $total * @return array

Overrides OAuthStoreAbstract::listConsumerApplications

File

lib/oauth-php/library/store/OAuthStoreOracle.php, line 1339

Class

OAuthStoreOracle

Code

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

  // TODO
  return array();
}