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

Référence de la classe JCacheView

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JCacheView::_makeId ( &$  view,
method 
)

Generate a view cache id

private

Paramètres:
object$viewThe view object to cache output for
string$methodThe method name to cache for the view object
Renvoie:
string MD5 Hash : view cache id
Depuis:
1.5

Références JRequest::getURI().

Voici le graphe d'appel pour cette fonction :

JCacheView::get ( &$  view,
method,
id = false 
)

Get the cached view data

public

Paramètres:
object$viewThe view object to cache output for
string$methodThe method name of the view method to cache output for
string$groupThe cache data group
string$idThe cache data id
Renvoie:
boolean True if the cache is hit (false else)
Depuis:
1.5

Références $data, $document, $mainframe, $name, et JFactory::getDocument().

Voici le graphe d'appel pour cette fonction :


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