public function OAuthStore2Leg::listConsumerApplications in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::listConsumerApplications()
- 7.2 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::listConsumerApplications()
- 7.3 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::listConsumerApplications()
- 7.4 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::listConsumerApplications()
- 7.6 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::listConsumerApplications()
Overrides OAuthStoreAbstract::listConsumerApplications
File
- lib/
oauth-php/ library/ store/ OAuthStore2Leg.php, line 102
Class
Code
public function listConsumerApplications($begin = 0, $total = 25) {
throw new OAuthException2("OAuthStore2Leg doesn't support " . __METHOD__);
}