HTML_Template_IT::get() (Previous) (Next) HTML_Template_IT::loadTemplatefile()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

HTML_Template_IT::getGlobalvariables()

HTML_Template_IT::getGlobalvariables() -- returns an array of all global variables from the variable cache

Opis

Gets an array of all global variables in the variable cache. Only variables that are filled using HTML_Template_IT::setVariable() are returned. The returned has two values. The first values holds an array with the names of the global variables, the second value holds an array with all the values.

Zwracana wartość

array - An array. The key 0 holds an array with the names of all filled variables, the key 1 holds an array with names of the according values.

Uwagi

Ta funkcja nie może być wywołana statycznie.

HTML_Template_IT::get() (Previous) (Next) HTML_Template_IT::loadTemplatefile()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.