You are here

abstract public function OAuthSessionAbstract::get in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/session/OAuthSessionAbstract.class.php \OAuthSessionAbstract::get()
  2. 7.2 lib/oauth-php/library/session/OAuthSessionAbstract.class.php \OAuthSessionAbstract::get()
  3. 7.4 lib/oauth-php/library/session/OAuthSessionAbstract.class.php \OAuthSessionAbstract::get()
  4. 7.5 lib/oauth-php/library/session/OAuthSessionAbstract.class.php \OAuthSessionAbstract::get()
  5. 7.6 lib/oauth-php/library/session/OAuthSessionAbstract.class.php \OAuthSessionAbstract::get()
1 method overrides OAuthSessionAbstract::get()
OAuthSessionSESSION::get in lib/oauth-php/library/session/OAuthSessionSESSION.php
* Gets a variable value * *

File

lib/oauth-php/library/session/OAuthSessionAbstract.class.php, line 40

Class

OAuthSessionAbstract
This class is used to store Session information on the server. Most people will use the $_SESSION based implementation, but you may prefer a SQL, Memcache or other implementation.

Code

public abstract function get($key);