PHP Class Kohana_Twig_Cache_Node, kohana-twig

Author: Jonathan Geiger
Inheritance: extends Twig_Node
Afficher le fichier Open project: jonathangeiger/kohana-twig

Protected Properties

Свойство Type Description
$data object The data to cache
$key object The cache key
$lifetime object The cache lifetime

Méthodes publiques

Méthode Description
compile ( object $compiler ) : void

Method Details

compile() public méthode

Author: Jonathan Geiger
public compile ( object $compiler ) : void
$compiler object
Résultat void

Property Details

$data protected_oe property

The data to cache
protected object $data
Résultat object

$key protected_oe property

The cache key
protected object $key
Résultat object

$lifetime protected_oe property

The cache lifetime
protected object $lifetime
Résultat object