PHP Класс TemplateCacheHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

clean() абстрактный публичный Метод

Clears template cache storage.
abstract public clean ( ) : boolean
Результат boolean

description() абстрактный публичный Метод

Returns a short description of the cache handler.
abstract public description ( ) : string
Результат string

handler() абстрактный публичный Метод

Smarty template cache handler implementation.
abstract public handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time = null ) : boolean
Результат boolean

isSupported() абстрактный публичный Метод

Returns true if the handler was supported in PHP, false otherwise.
abstract public isSupported ( ) : boolean
Результат boolean

update() абстрактный публичный Метод

Updates template cache storage by given campsite vector.
abstract public update ( $camspiteVector ) : boolean
Результат boolean