API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe PEAR5

Liste de tous les membres

Fonctions membres publiques statiques


Description détaillée

This is only meant for PHP 5 to get rid of certain strict warning that doesn't get hidden since it's in the shutdown function


Documentation des fonctions membres

static& PEAR5::getStaticProperty ( class,
var 
) [static]

If you have a class that's mostly/entirely static, and you need static properties, you can use this method to simulate them. Eg. in your method(s) do this: $myVar = &PEAR5::getStaticProperty('myclass', 'myVar'); You MUST use a reference, or they will not persist!

public

Paramètres:
string$classThe calling classname, to prevent clashes
string$varThe variable to retrieve.
Renvoie:
mixed A reference to the variable. If not set it will be auto initialised to NULL.

Références $class.

Référencé par _PEAR_call_destructors(), et PEAR_Error::PEAR_Error().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :