Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Kohana_Twig_Cache_Node
PHP Class Kohana_Twig_Cache_Node, kohana-twig
Author:
Jonathan Geiger
Inheritance:
extends
Twig_Node
Mostra file
Open project: jonathangeiger/kohana-twig
Protected Properties
Property
Type
Description
$data
object
The data to cache
$key
object
The cache key
$lifetime
object
The cache lifetime
Public Methods
Method
Description
compile
(
object
$compiler
) :
void
Method Details
compile()
public
method
Author:
Jonathan Geiger
public
compile
(
object
$compiler
) :
void
$compiler
object
return
void
Property Details
$data
protected_oe property
The data to cache
protected
object
$data
return
object
$key
protected_oe property
The cache key
protected
object
$key
return
object
$lifetime
protected_oe property
The cache lifetime
protected
object
$lifetime
return
object