Class XTGlobalScope

Description

Manage special scopes

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

Located in /core/internal_components/common/scope/xt_globalscope.class.php (line 62)

ObjectCached
   |
   --XTGlobalScope
Direct descendents
Class Description
 class TGlobalScopeVariable Manage a global variable scope for all the website (a scope website)
Variable Summary
Method Summary
 bool getArrayErrorsFromImport ( &$r_array_errors, array $r_array_errors)
 bool setArrayErrorsFromImport (array $p_array_errors)
 bool xDelete (string $p_gsc_type)
 bool xGet (string $p_gsc_type,  &$r_gsc_object, [string $p_database_selected = ""], mixed $r_gsc_object)
 bool xInsert (string $p_gsc_type, mixed $p_gsc_object)
 bool xIsNotValidType (string $p_gsc_type)
 bool xNewGlobal (string $p_gsc_type, mixed $p_gsc_object)
Variables
array $m_array_already_loader = array() (line 99)

Already loaded informations


Redefinition of:
ObjectCached::$m_array_already_loader
The array of the memorized informations
DbConnexion $m_object_dbconnexion = NULL (line 87)

Database Connexion object

array $m_types = array() (line 93)

Supported types

string $req_delete = "delete from t_globalscope where gsc_type='%s';" (line 69)

SQL Request : Delete

string $req_insert = "insert into t_globalscope (gsc_type, gsc_object) values('%s','%s');" (line 81)

SQL Request : Insert

string $req_select = "select gsc_object from t_globalscope where gsc_type='%s';" (line 75)

SQL Request : Select

Methods
Constructor XTGlobalScope (line 106)

Constructor, init the requests and objects

XTGlobalScope XTGlobalScope ()
destroyArrayErrorsFromImport (line 267)

Destroy array erros from import

  • return: TRUE on error
bool destroyArrayErrorsFromImport ()

Redefined in descendants as:
getArrayErrorsFromImport (line 277)

Get from array errors from import

  • return: TRUE on error
bool getArrayErrorsFromImport ( &$r_array_errors, array $r_array_errors)
  • array $r_array_errors
  • &$r_array_errors

Redefined in descendants as:
setArrayErrorsFromImport (line 258)

Set array errors from import

  • return: TRUE on error
bool setArrayErrorsFromImport (array $p_array_errors)
  • array $p_array_errors
xDelete (line 192)

Delete

  • return: TRUE on error
bool xDelete (string $p_gsc_type)
  • string $p_gsc_type
xGet (line 213)

Get

  • return: TRUE on error
bool xGet (string $p_gsc_type,  &$r_gsc_object, [string $p_database_selected = ""], mixed $r_gsc_object)
  • string $p_gsc_type
  • mixed $r_gsc_object
  • string $p_database_selected
  • &$r_gsc_object
xInsert (line 172)

Insert

  • return: TRUE on error
bool xInsert (string $p_gsc_type, mixed $p_gsc_object)
  • string $p_gsc_type
  • mixed $p_gsc_object
xIsNotValidType (line 132)

Is not valid type

  • return: TRUE on error
bool xIsNotValidType (string $p_gsc_type)
  • string $p_gsc_type

Redefined in descendants as:
xNewGlobal (line 144)

New

  • return: TRUE on error
bool xNewGlobal (string $p_gsc_type, mixed $p_gsc_object)
  • string $p_gsc_type
  • mixed $p_gsc_object

Inherited Methods

Inherited From ObjectCached

 ObjectCached::xClearRemember()
 ObjectCached::xClearRememberAll()
 ObjectCached::xIsRemembered()
 ObjectCached::xRemember()

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