[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/ -> Variables.php (sommaire)

(pas de description)

Poids: 202 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Variables:: (11 méthodes):
  Variables()
  getDefaultVariables()
  exists()
  get()
  getExists()
  set()
  merge()
  add()
  remove()
  _exists()
  _getExists()


Classe: Variables  - X-Ref

Variables:: class.

$Horde: framework/Util/Variables.php,v 1.8.10.6 2006/03/28 12:31:12 jan Exp $

Variables($vars = array()   X-Ref
Pas de description

getDefaultVariables()   X-Ref
Pas de description

exists($varname)   X-Ref
Pas de description

get($varname)   X-Ref
Pas de description

getExists($varname, &$exists)   X-Ref
Pas de description

set($varname, $value)   X-Ref
Pas de description

merge($vars)   X-Ref
Pas de description

add($varname, $value)   X-Ref
Pas de description

remove($varname)   X-Ref
Pas de description

_exists($array, $varname, $checkExpectedVariables = true)   X-Ref
Find out whether or not $varname was set in $array.

param: array   $array                   The array to search in (usually
param: string  $varname                 The name of the variable to look
param: boolean $checkExpectedVariables  If we don't find $varname,
return: Whether or not the variable was set (or, if we've checked

_getExists($array, $varname, &$value, $checkExpectedVariables = true)   X-Ref
Fetch the requested variable ($varname) into $value, and return
whether or not the variable was set in $array.

param: array   $array                   The array to search in (usually
param: string  $varname                 The name of the variable to look
param: mixed  &$value                   $varname's value gets assigned
param: boolean $checkExpectedVariables  If we don't find $varname,
return: Whether or not the variable was set (or, if we've checked



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7