PHP Class TemplateCacheHandler

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
clean ( ) : boolean Clears template cache storage.
description ( ) : string Returns a short description of the cache handler.
handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time = null ) : boolean Smarty template cache handler implementation.
isSupported ( ) : boolean Returns true if the handler was supported in PHP, false otherwise.
update ( $camspiteVector ) : boolean Updates template cache storage by given campsite vector.

Method Details

clean() abstract public méthode

Clears template cache storage.
abstract public clean ( ) : boolean
Résultat boolean

description() abstract public méthode

Returns a short description of the cache handler.
abstract public description ( ) : string
Résultat string

handler() abstract public méthode

Smarty template cache handler implementation.
abstract public handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time = null ) : boolean
Résultat boolean

isSupported() abstract public méthode

Returns true if the handler was supported in PHP, false otherwise.
abstract public isSupported ( ) : boolean
Résultat boolean

update() abstract public méthode

Updates template cache storage by given campsite vector.
abstract public update ( $camspiteVector ) : boolean
Résultat boolean