You are here

abstract public function OAuthSessionAbstract::set in Lingotek Translation 7.3

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

File

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

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 set($key, $data);