Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JCacheControllerView
+ Graphe d'héritage de JCacheControllerView:
+ Graphe de collaboration de JCacheControllerView:

Liste de tous les membres

Fonctions membres publiques

 get (&$view, $method, $id=false, $wrkarounds=true)
- Fonctions membres publiques inherited from JCacheController
 __construct ($options)
 __call ($name, $arguments)
 setCaching ($enabled)
 setLifeTime ($lt)
 get ($id, $group=null)
 store ($data, $id, $group=null)

Fonctions membres protégées

 _makeId (&$view, $method)

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JCacheController
static getInstance ($type= 'output', $options=array())
static addIncludePath ($path= '')
- Attributs publics inherited from JCacheController
 $cache
 $options

Documentation des fonctions membres

JCacheControllerView::_makeId ( $view,
  $method 
)
protected

Generate a view cache id.

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:
11.1

Références $view, et JCache\makeId().

+ Voici le graphe d'appel pour cette fonction :

JCacheControllerView::get ( $view,
  $method,
  $id = false,
  $wrkarounds = true 
)

Get the cached view data

Paramètres:
object&$viewThe view object to cache output for
string$methodThe method name of the view method to cache output for
string$idThe cache data id
boolean$wrkaroundsTrue to enable workarounds.
Renvoie:
boolean True if the cache is hit (false else)
Depuis:
11.1

Références $data, $view, JCache\getWorkarounds(), null, et JCache\setWorkarounds().

+ Voici le graphe d'appel pour cette fonction :


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