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

Référence de la classe JTemplate

Graphe d'héritage de JTemplate:
Graphe de collaboration de JTemplate:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JTemplate::__construct ( )

Class constructor

The type influences the tags you are using in your templates.

protected


Documentation des fonctions membres

JTemplate::_loadTemplatesFromCache ( input,
&$  reader,
options,
key 
)

load from template cache

private

Paramètres:
stringname of the input (filename, shm segment, etc.)
stringdriver that is used as reader, you may also pass a Reader object
arrayoptions for the reader
stringcache key
Renvoie:
array|boolean either an array containing the templates, or false

get modification time

Réimplémentée à partir de patTemplate.

JTemplate::display ( name)

Execute and display a the template

public

Paramètres:
string$nameThe name of the template

Références $name.

JTemplate::enableTemplateCache ( handler,
folder 
)

enable a template cache

A template cache will improve performace, as the templates do not have to be read on each request.

public

Paramètres:
stringname of the template cache
stringfolder to store the cached files
Renvoie:
boolean true on success, patError otherwise

Références $folder.

Référencé par JFactory::_createTemplate().

Voici le graphe d'appel pour cette fonction :

JTemplate::fetch ( name)

Returns a parsed template

public

Paramètres:
string$nameThe name of the template

error happened

Références $name, et patErrorManager::isError().

Voici le graphe d'appel pour cette fonction :

& JTemplate::getInstance ( type = 'html')

Returns a reference to a global Template object, only creating it if it doesn't already exist.

Paramètres:
string$type(either html or tex)
Renvoie:
jtemplate A template object
Depuis:
1.5

Références $type.

JTemplate::JTemplate ( )

A hack to support __construct() on PHP 4 Hint: descendant classes have no PHP4 class_name() constructors, so this constructor gets called first and calls the top-layer __construct() which (if present) should call parent::__construct()

Renvoie:
Object
JTemplate::parse ( file)

Parse a file

public

Paramètres:
string$fileThe filename

Références $file.

JTemplate::setTemplateCachePrefix ( prefix)

Set the prefix of the template cache

public

Paramètres:
stringthe prefix of the template cache
Renvoie:
boolean true on success, patError otherwise

Documentation des données membres

JTemplate::$_file = ''

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