Phpfox_Session_Storage_Session

Description

Session Storage Store information about the users using PHP sessions.

  • author: Raymond Benc
  • version: $Id: session.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/session/storage/session.class.php (line 17)


	
			
Variable Summary
 array $_aCookie
 unknown_type $_sPrefix
Method Summary
 Phpfox_Session_Storage_Session __construct ()
 mixed get (string $sName)
 mixed getArray (string $sName, string $sValue)
 void remove (mixed $mName)
 void set (string $sName, string $sValue)
 void setArray (string $sName, string $sValue, string $sActualValue)
Variables
array $_aCookie = array() (line 32)

Not in use.

  • deprecated: 2.0.5
  • access: private
unknown_type $_sPrefix = 'phpfox' (line 24)

Prefix of the session name.

  • access: private
Methods
Constructor __construct (line 38)

Class constructor. Gets the new prefix from the global settings.

  • access: public
Phpfox_Session_Storage_Session __construct ()
get (line 61)

Gets a session.

  • return: Session exists we return its value, otherwise we return FALSE.
  • access: public
mixed get (string $sName)
  • string $sName: Name of the session.
getArray (line 108)

Get a session ARRAY.

  • return: Session exists we return its value, otherwise we return FALSE.
  • access: public
mixed getArray (string $sName, string $sValue)
  • string $sName: Name of the session.
  • string $sValue: Name of the group session.
remove (line 76)

Removes a session.

  • access: public
void remove (mixed $mName)
  • mixed $mName: STRING name of session, ARRAY of sessions.
set (line 50)

Sets a session.

void set (string $sName, string $sValue)
  • string $sName: Name of the session.
  • string $sValue: Value of the session.
setArray (line 96)

Set an ARRAY session.

  • access: public
void setArray (string $sName, string $sValue, string $sActualValue)
  • string $sName: Name of session.
  • string $sValue: Group of session.
  • string $sActualValue: Value of the session.

Documentation generated on Tue, 28 Sep 2010 10:36:44 +0200 by phpDocumentor 1.4.0a2