Element index for package Template

[ a ] [ b ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]



'_'

$_active
in file Special.class.php, variable Gumbo_Template_Special::$_active
$_dir_cache
in file Engine.class.php, variable Gumbo_Template_Engine::$_dir_cache
$_dir_compile
in file Engine.class.php, variable Gumbo_Template_Engine::$_dir_compile
$_dir_config
in file Engine.class.php, variable Gumbo_Template_Engine::$_dir_config
$_dir_tpl
in file Engine.class.php, variable Gumbo_Template_Engine::$_dir_tpl
$_elements
in file List.class.php, variable Gumbo_Template_List::$_elements
$_elements
in file Special.class.php, variable Gumbo_Template_Special::$_elements
$_engine
in file Special.class.php, variable Gumbo_Template_Special::$_engine
$_file
in file Engine.class.php, variable Gumbo_Template_Engine::$_file
$_file
in file Special.class.php, variable Gumbo_Template_Special::$_file
$_file_basic
in file Special.class.php, variable Gumbo_Template_Special::$_file_basic
$_formatted
in file Engine.class.php, variable Gumbo_Template_Engine::$_formatted
$_global_dir_cache
in file Template.class.php, variable Gumbo_Template::$_global_dir_cache
$_global_dir_compile
in file Template.class.php, variable Gumbo_Template::$_global_dir_compile
$_global_dir_config
in file Template.class.php, variable Gumbo_Template::$_global_dir_config
$_global_dir_tpl
in file Template.class.php, variable Gumbo_Template::$_global_dir_tpl
$_global_engine
in file Template.class.php, variable Gumbo_Template::$_global_engine
$_global_left_del
in file Template.class.php, variable Gumbo_Template::$_global_left_del
$_global_right_del
in file Template.class.php, variable Gumbo_Template::$_global_right_del
$_global_vars
in file Template.class.php, variable Gumbo_Template::$_global_vars
$_instance
in file Header.class.php, variable Gumbo_Template_Special_Header::$_instance
$_instance
in file Footer.class.php, variable Gumbo_Template_Special_Footer::$_instance
$_javascript
in file Header.class.php, variable Gumbo_Template_Special_Header::$_javascript
$_left_del
in file Engine.class.php, variable Gumbo_Template_Engine::$_left_del
$_output
in file Engine.class.php, variable Gumbo_Template_Engine::$_output
$_right_del
in file Engine.class.php, variable Gumbo_Template_Engine::$_right_del
$_styles
in file Header.class.php, variable Gumbo_Template_Special_Header::$_styles
$_vars
in file Engine.class.php, variable Gumbo_Template_Engine::$_vars
__construct
in file Internal.class.php, method Gumbo_Template_Engine_Internal::__construct()
    Constructor
__construct
in file Footer.class.php, method Gumbo_Template_Special_Footer::__construct()
    Constructor
__construct
in file Basic.class.php, method Gumbo_Template_Engine_Basic::__construct()
    Constructor
__construct
in file Header.class.php, method Gumbo_Template_Special_Header::__construct()
    Constructor
__get
in file Engine.class.php, method Gumbo_Template_Engine::__get()
    Returns the value of a template key reference
__isset
in file Engine.class.php, method Gumbo_Template_Engine::__isset()
    Returns if the template reference key isset
__set
in file Engine.class.php, method Gumbo_Template_Engine::__set()
    Assigns a template variable with a value
__unset
in file Engine.class.php, method Gumbo_Template_Engine::__unset()
    Unassigns a template reference key
top



'a'

add
in file List.class.php, method Gumbo_Template_List::add()
    Adds data to the end of the list
add
in file Item.class.php, method Gumbo_Template_List_Item::add()
    Adds data to the end of the list
addJavascript
in file Header.class.php, method Gumbo_Template_Special_Header::addJavascript()
    Adds Javascript to the Header
addStyle
in file Header.class.php, method Gumbo_Template_Special_Header::addStyle()
    Adds a style sheet (path not necessary)
assign
in file Template.class.php, method Gumbo_Interface_Template::assign()
    Assigns a global template variable
assign
in file Template.class.php, method Gumbo_Template::assign()
    Assigns a global template variable
assign
in file Engine.class.php, method Gumbo_Template_Engine::assign()
    Assigns a template variable with a value
assign
in file Basic.class.php, method Gumbo_Template_Engine_Basic::assign()
    Assigns a template variable with a value
assign
in file Special.class.php, method Gumbo_Template_Special::assign()
    Assigns a template variable with a value (wrapper to Gumbo_Template_Engine::assign())
assignElement
in file Special.class.php, method Gumbo_Template_Special::assignElement()
    Assigns an Element to the template
top



'b'

Basic.class.php
procedural page Basic.class.php
top



'd'

display
in file Special.class.php, method Gumbo_Template_Special::display()
    Displays the formatted template file
display
in file List.class.php, method Gumbo_Template_List::display()
    Displays to the browser
display
in file Engine.class.php, method Gumbo_Template_Engine::display()
    Displays the formatted template file
top



'e'

exists
in file Engine.class.php, method Gumbo_Template_Engine::exists()
    Returns if the template file exists
Engine.class.php
procedural page Engine.class.php
top



'f'

factory
in file Template.class.php, method Gumbo_Template::factory()
    Creates a new Template_Engine object
fetch
in file Item.class.php, method Gumbo_Template_List_Item::fetch()
    Returns the formatted text to the browser
fetch
in file Header.class.php, method Gumbo_Template_Special_Header::fetch()
    Returns the formatted text to the browser
fetch
in file Footer.class.php, method Gumbo_Template_Special_Footer::fetch()
    Returns the formatted text to the browser
fetch
in file Engine.class.php, method Gumbo_Template_Engine::fetch()
    Returns the formatted template file string
Footer.class.php
procedural page Footer.class.php
top



'g'

getDirCache
in file Template.class.php, method Gumbo_Template::getDirCache()
    Returns the global Template cache directory
getDirCache
in file Engine.class.php, method Gumbo_Template_Engine::getDirCache()
    Returns the template file cache directory
getDirCache
in file Template.class.php, method Gumbo_Interface_Template::getDirCache()
    Returns the global Template cache directory
getDirCompile
in file Template.class.php, method Gumbo_Interface_Template::getDirCompile()
    Returns the global Template compile directory
getDirCompile
in file Engine.class.php, method Gumbo_Template_Engine::getDirCompile()
    Returns the template file compile directory
getDirCompile
in file Template.class.php, method Gumbo_Template::getDirCompile()
    Returns the global Template compile directory
getDirConfig
in file Template.class.php, method Gumbo_Interface_Template::getDirConfig()
    Returns the global Template config directory
getDirConfig
in file Template.class.php, method Gumbo_Template::getDirConfig()
    Returns the global Template config directory
getDirConfig
in file Engine.class.php, method Gumbo_Template_Engine::getDirConfig()
    Returns the template file config directory
getDirTpl
in file Template.class.php, method Gumbo_Template::getDirTpl()
    Returns the global Template directory
getDirTpl
in file Engine.class.php, method Gumbo_Template_Engine::getDirTpl()
    Returns the template file directory
getDirTpl
in file Template.class.php, method Gumbo_Interface_Template::getDirTpl()
    Returns the global Template directory
getElement
in file Special.class.php, method Gumbo_Template_Special::getElement()
    Returns the Template_Engine element
getElements
in file List.class.php, method Gumbo_Template_List::getElements()
    Returns all the elements
getElements
in file Special.class.php, method Gumbo_Template_Special::getElements()
    Returns the list of elements
getEngine
in file Special.class.php, method Gumbo_Template_Special::getEngine()
    Returns the Special Template's Template_Engine
getEngine
in file Template.class.php, method Gumbo_Template::getEngine()
    Returns the global template engine
getEngine
in file Template.class.php, method Gumbo_Interface_Template::getEngine()
    Returns the global template engine
getFile
in file Special.class.php, method Gumbo_Template_Special::getFile()
    Returns the standard file
getFile
in file Engine.class.php, method Gumbo_Template_Engine::getFile()
    Returns the template file name
getFileBasic
in file Special.class.php, method Gumbo_Template_Special::getFileBasic()
    Returns the basic file
getFullPath
in file Engine.class.php, method Gumbo_Template_Engine::getFullPath()
    Returns the full path to the Template file
getJavascript
in file Header.class.php, method Gumbo_Template_Special_Header::getJavascript()
    Returns any Javascript Files
getLeftDelimeter
in file Engine.class.php, method Gumbo_Template_Engine::getLeftDelimeter()
    Returns the left delimeter
getLeftDelimeter
in file Template.class.php, method Gumbo_Interface_Template::getLeftDelimeter()
    Returns the global left delimeter
getLeftDelimeter
in file Template.class.php, method Gumbo_Template::getLeftDelimeter()
    Returns the global left delimeter
getOutput
in file Engine.class.php, method Gumbo_Template_Engine::getOutput()
    Returns the formatted output template string
getRightDelimeter
in file Template.class.php, method Gumbo_Template::getRightDelimeter()
    Returns the global right delimeter
getRightDelimeter
in file Template.class.php, method Gumbo_Interface_Template::getRightDelimeter()
    Returns the global right delimeter
getRightDelimeter
in file Engine.class.php, method Gumbo_Template_Engine::getRightDelimeter()
    Returns the right delimeter
getStyles
in file Header.class.php, method Gumbo_Template_Special_Header::getStyles()
    Returns the extra style sheets to include in the template file
getVar
in file Engine.class.php, method Gumbo_Template_Engine::getVar()
    Returns the value of the key reference
getVar
in file Template.class.php, method Gumbo_Template::getVar()
    Returns a global template variable value
getVar
in file Template.class.php, method Gumbo_Interface_Template::getVar()
    Returns a global template variable value
getVars
in file Template.class.php, method Gumbo_Interface_Template::getVars()
    Returns all the global template variables
getVars
in file Template.class.php, method Gumbo_Template::getVars()
    Returns all the global template variables
getVars
in file Engine.class.php, method Gumbo_Template_Engine::getVars()
    Returns all the template variables
Gumbo_Interface_Template
in file Template.class.php, class Gumbo_Interface_Template
    Template Interface
Gumbo_Template
in file Template.class.php, class Gumbo_Template
    Template Class
Gumbo_Template_Engine
in file Engine.class.php, class Gumbo_Template_Engine
    Abstract Template Engine Class
Gumbo_Template_Engine_Basic
in file Basic.class.php, class Gumbo_Template_Engine_Basic
    Basic Template Engine Class
Gumbo_Template_Engine_Internal
in file Internal.class.php, class Gumbo_Template_Engine_Internal
    Internal Template Engine Class
Gumbo_Template_List
in file List.class.php, class Gumbo_Template_List
    Template List Class (Special class for saving lists of data)
Gumbo_Template_List_Item
in file Item.class.php, class Gumbo_Template_List_Item
    Template List Item Class (for producing <li>...</li> tags)
Gumbo_Template_Special
in file Special.class.php, class Gumbo_Template_Special
    Special Abstract Template Class
Gumbo_Template_Special_Footer
in file Footer.class.php, class Gumbo_Template_Special_Footer
    Template Footer Class
Gumbo_Template_Special_Header
in file Header.class.php, class Gumbo_Template_Special_Header
    Special Template Header Class
top



'h'

Header.class.php
procedural page Header.class.php
top



'i'

instance
in file Footer.class.php, method Gumbo_Template_Special_Footer::instance()
    Singleton Method
instance
in file Header.class.php, method Gumbo_Template_Special_Header::instance()
    Singleton Method
isActive
in file Special.class.php, method Gumbo_Template_Special::isActive()
    Returns if the feature is active
isEngine
in file Template.class.php, method Gumbo_Template::isEngine()
    Returns if the Template Engine exists
isEngine
in file Template.class.php, method Gumbo_Interface_Template::isEngine()
    Returns if the Template Engine exists
isFormatted
in file Engine.class.php, method Gumbo_Template_Engine::isFormatted()
    Returns if the template has been formatted
Internal.class.php
procedural page Internal.class.php
Item.class.php
procedural page Item.class.php
top



'l'

loadGlobals
in file Engine.class.php, method Gumbo_Template_Engine::loadGlobals()
    Loads the global template variables (does not load global Template variables)
List.class.php
procedural page List.class.php
top



'p'

parse
in file Basic.class.php, method Gumbo_Template_Engine_Basic::parse()
    Parses the template file into an HTML string
parse
in file Internal.class.php, method Gumbo_Template_Engine_Internal::parse()
    Parses the template file into an HTML string
parse
in file Engine.class.php, method Gumbo_Template_Engine::parse()
    Parses the template file into an HTML string
place
in file List.class.php, method Gumbo_Template_List::place()
    Places data at the specified location
place
in file Item.class.php, method Gumbo_Template_List_Item::place()
    Places the data at the specified location
top



'r'

remove
in file List.class.php, method Gumbo_Template_List::remove()
    Removes data from a given position (resets the List)
reset
in file Engine.class.php, method Gumbo_Template_Engine::reset()
    Resets the template variables (useful for reloading a List)
top



's'

setDirCache
in file Template.class.php, method Gumbo_Template::setDirCache()
    Sets the global template file cache directory
setDirCache
in file Engine.class.php, method Gumbo_Template_Engine::setDirCache()
    Sets the template file cache directory
setDirCache
in file Template.class.php, method Gumbo_Interface_Template::setDirCache()
    Sets the global template file cache directory
setDirCompile
in file Template.class.php, method Gumbo_Template::setDirCompile()
    Sets the global template file compile directory
setDirCompile
in file Engine.class.php, method Gumbo_Template_Engine::setDirCompile()
    Sets the template file compile directory
setDirCompile
in file Template.class.php, method Gumbo_Interface_Template::setDirCompile()
    Sets the global template file compile directory
setDirConfig
in file Template.class.php, method Gumbo_Interface_Template::setDirConfig()
    Sets the global template file config directory
setDirConfig
in file Engine.class.php, method Gumbo_Template_Engine::setDirConfig()
    Sets the template file config directory
setDirConfig
in file Template.class.php, method Gumbo_Template::setDirConfig()
    Sets the global template file config directory
setDirTpl
in file Engine.class.php, method Gumbo_Template_Engine::setDirTpl()
    Sets the template file directory
setDirTpl
in file Template.class.php, method Gumbo_Template::setDirTpl()
    Sets the global template file directory
setDirTpl
in file Template.class.php, method Gumbo_Interface_Template::setDirTpl()
    Sets the global template file directory
setEngine
in file Template.class.php, method Gumbo_Template::setEngine()
    Sets the global template engine to use
setEngine
in file Special.class.php, method Gumbo_Template_Special::setEngine()
    Sets the Template_Engine object
setEngine
in file Template.class.php, method Gumbo_Interface_Template::setEngine()
    Sets the global template engine to use
setFile
in file Engine.class.php, method Gumbo_Template_Engine::setFile()
    Sets the template file name
setFile
in file Special.class.php, method Gumbo_Template_Special::setFile()
    Sets the standard file (full path)
setFileBasic
in file Special.class.php, method Gumbo_Template_Special::setFileBasic()
    Sets the basic file (full path)
setFormatted
in file Engine.class.php, method Gumbo_Template_Engine::setFormatted()
    Sets the template file as formatted
setLeftDelimeter
in file Template.class.php, method Gumbo_Template::setLeftDelimeter()
    Sets the global left delimeter value
setLeftDelimeter
in file Engine.class.php, method Gumbo_Template_Engine::setLeftDelimeter()
    Sets the left delimeter value
setLeftDelimeter
in file Template.class.php, method Gumbo_Interface_Template::setLeftDelimeter()
    Sets the global left delimeter value
setOutput
in file Engine.class.php, method Gumbo_Template_Engine::setOutput()
    Sets the formatted output template string
setRightDelimeter
in file Template.class.php, method Gumbo_Template::setRightDelimeter()
    Sets the global right delimeter value
setRightDelimeter
in file Template.class.php, method Gumbo_Interface_Template::setRightDelimeter()
    Sets the global right delimeter value
setRightDelimeter
in file Engine.class.php, method Gumbo_Template_Engine::setRightDelimeter()
    Sets the right delimeter value
Special.class.php
procedural page Special.class.php
top



't'

Template.class.php
procedural page Template.class.php
Template.class.php
procedural page Template.class.php
turnOff
in file Special.class.php, method Gumbo_Template_Special::turnOff()
    Turns the class off
turnOn
in file Special.class.php, method Gumbo_Template_Special::turnOn()
    Turns the class on
top



'u'

unassign
in file Template.class.php, method Gumbo_Template::unassign()
    Removes the global variable assignment
unassign
in file Template.class.php, method Gumbo_Interface_Template::unassign()
    Removes the global variable assignment
unassign
in file Engine.class.php, method Gumbo_Template_Engine::unassign()
    Unassigns a template variable
top