Class TSessionScope

Description

This class provide session management for PLICI.

It make a couple with a session information send by navigator and a BD context.

  • author: SimpliciWeb
  • version: $Id: t_sessionscope.class.php 606 2007-07-19 10:14:30Z stephanet $

Located in /core/internal_components/admin_sites/scope/t_sessionscope.class.php (line 62)

xTSessionScope
   |
   --TSessionScope
Method Summary
 void destroy (string $p_name)
 mixed get (string $p_name)
 bool isNotExisting (string $p_name)
 void set (string $p_name, mixed $p_value)
Variables
Methods
Constructor TSessionScope (line 70)

Constructor, init the requests and objects

TSessionScope TSessionScope ()
destroy (line 137)

Destroy a session var

void destroy (string $p_name)
  • string $p_name
get (line 89)

Get a session var

  • return: "" if nothing is finded
mixed get (string $p_name)
  • string $p_name
isNotExisting (line 106)

Test if session var name doesn't exist

  • return: TRUE = Not exist, FALSE = exist
bool isNotExisting (string $p_name)
  • string $p_name
set (line 124)

Set a session var

void set (string $p_name, mixed $p_value)
  • string $p_name
  • mixed $p_value

Inherited Methods

Inherited From xTSessionScope

 xTSessionScope::xTSessionScope()
 xTSessionScope::destroyIfNeeded()
 xTSessionScope::forceCleanning()
 xTSessionScope::forceDestroy()
 xTSessionScope::forceToLoad()
 xTSessionScope::generateUniqueId()
 xTSessionScope::getDatabaseId()
 xTSessionScope::isNotValidId()
 xTSessionScope::xClean()
 xTSessionScope::xExist()
 xTSessionScope::xForceToLoad()
 xTSessionScope::xInsert()
 xTSessionScope::xLoadSession()
 xTSessionScope::xUnset()
 xTSessionScope::xUpdate()

Documentation generated on Tue, 25 Mar 2008 15:37:19 +0100 by phpDocumentor 1.3.2