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

Référence de la classe JCacheCallback

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JCacheCallback::_makeId ( callback,
args 
)

Generate a callback cache id

private

Paramètres:
callback$callbackCallback to cache
array$argsArguments to the callback method to cache
Renvoie:
string MD5 Hash : function cache id
Depuis:
1.5
JCacheCallback::call ( )

Executes a cacheable callback if not found in cache else returns cached output and result

Since arguments to this function are read with func_get_args you can pass any number of arguments to this method as long as the first argument passed is the callback definition.

The callback definition can be in several forms:

  • Standard PHP Callback array <http://php.net/callback> [recommended]
  • Function name as a string eg. 'foo' for function foo()
  • Static method name as a string eg. 'MyClass::myMethod' for method myMethod() of class MyClass

public

Renvoie:
mixed Result of the callback
Depuis:
1.5
JCacheCallback::get ( callback,
args,
id = false 
)

Executes a cacheable callback if not found in cache else returns cached output and result

public

Paramètres:
mixedCallback or string shorthand for a callback
arrayCallback arguments
Renvoie:
mixed Result of the callback
Depuis:
1.5

Références $class, $data, $output, et elseif.


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