PHP Class TemplateCacheHandler_DB

Inheritance: extends TemplateCacheHandler
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

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

Method Details

TemplateCacheHandler_DB() public méthode

clean() public méthode

Clears template cache storage.
public clean ( $tpl_file = null )

description() public méthode

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

handler() public méthode

public handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time )

isSupported() public méthode

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

update() public méthode

Updates template cache storage by given campsite vector.
public update ( $campsiteVector, $exactUpdate = false )

vectorToWhereString() public static méthode

public static vectorToWhereString ( $vector )