Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe CallbackController
+ Graphe d'héritage de CallbackController:

Fonctions membres publiques

 store ($data, $id, $group=null, $wrkarounds=true)
 
- Fonctions membres publiques hérités de CacheController
 __construct ($options)
 
 __call ($name, $arguments)
 

Fonctions membres protégées

 _makeId ($callback, $args)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de CacheController
static getInstance ($type='output', $options=array())
 
static addIncludePath ($path='')
 
- Champs de données hérités de CacheController
 $cache
 
 $options
 

Description détaillée

Joomla! Cache callback type object

Depuis
1.7.0

Documentation des fonctions membres

◆ _makeId()

_makeId (   $callback,
  $args 
)
protected

Generate a callback cache ID

Paramètres
mixed$callbackCallback to cache
array$argsArguments to the callback method to cache
Renvoie
string MD5 Hash
Depuis
1.7.0

Références $hash.

◆ store()

store (   $data,
  $id,
  $group = null,
  $wrkarounds = true 
)

Store data to cache by ID and group

Paramètres
mixed$dataThe data to store
string$idThe cache data ID
string$groupThe cache data group
boolean$wrkaroundsTrue to use wrkarounds
Renvoie
boolean True if cache stored
Depuis
4.0.0

Références $data, $id, et $result.


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