You are here

abstract public function OAuthStoreAbstract::listLog in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listLog()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listLog()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listLog()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listLog()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listLog()
5 methods override OAuthStoreAbstract::listLog()
OAuthStore2Leg::listLog in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::listLog in lib/oauth-php/library/store/OAuthStoreOracle.php
* Get a page of entries from the log. Returns the last 100 records * matching the options given. * *
OAuthStorePostgreSQL::listLog in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Get a page of entries from the log. Returns the last 100 records matching the options given.
OAuthStoreSession::listLog in lib/oauth-php/library/store/OAuthStoreSession.php
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. * *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function listLog($options, $user_id);