Method | Description | |
---|---|---|
createCache ( Nette\Caching\IStorage $cacheStorage, $key, &$parents, array $args = NULL ) : |
Starts the output cache. Returns Nette\Caching\OutputHelper object if buffering was started. | |
finalize ( ) : array(prolog, | Finishes template parsing. | |
initRuntime ( |
||
initialize ( ) : void | Initializes before template parsing. | |
nodeClosed ( |
Node is closed. | |
nodeOpened ( |
New node is found. |
public static createCache ( Nette\Caching\IStorage $cacheStorage, $key, &$parents, array $args = NULL ) : |
||
$cacheStorage | Nette\Caching\IStorage | |
$args | array | |
return |
public finalize ( ) : array(prolog, | ||
return | array(prolog, |
public static initRuntime ( |
||
$template | ||
return | void |
public initialize ( ) : void | ||
return | void |
public nodeClosed ( |
||
$node | ||
return | void |
public nodeOpened ( |
||
$node | ||
return | boolean |