PHP 클래스 TemplateCacheHandler

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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