public getContent () Returns cached output from another view stage
integer CACHE_MODE_INVERSE
public setPartialsDir (mixed $partialsDir) Sets a partials sub-directory. Must be a directory under the views directory
public __get (mixed $key) Magic method to retrieve a variable passed to the view
final public expression (array $expr) Resolves an expression node in an AST volt tree
public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string
public string partial (string $partialPath, [array $params]) Renders a partial inside another view
public getOptions () Returns the compiler options
public string compileCall (array $statement, boolean $extendsMode) Compiles calls to macros
public getUniquePrefix () Return a unique prefix to be used as prefix for compiled variables and contexts
Page 12 of 15