PHP 클래스 Kohana_Twig_Cache_Node, kohana-twig

저자: Jonathan Geiger
상속: extends Twig_Node
파일 보기 프로젝트 열기: jonathangeiger/kohana-twig

보호된 프로퍼티들

프로퍼티 타입 설명
$data object The data to cache
$key object The cache key
$lifetime object The cache lifetime

공개 메소드들

메소드 설명
compile ( object $compiler ) : void

메소드 상세

compile() 공개 메소드

저자: Jonathan Geiger
public compile ( object $compiler ) : void
$compiler object
리턴 void

프로퍼티 상세

$data 보호되어 있는 프로퍼티

The data to cache
protected object $data
리턴 object

$key 보호되어 있는 프로퍼티

The cache key
protected object $key
리턴 object

$lifetime 보호되어 있는 프로퍼티

The cache lifetime
protected object $lifetime
리턴 object