public compileForElse () Generates a ‘forelse’ PHP code
public __isset (mixed $key) Magic method to retrieve if a variable is set in the view
public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code
public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler
public setOption (string $option, mixed $value) Sets a single compiler option
public __set (mixed $key, mixed $value) Magic method to pass variables to the views
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public setTemplateBefore (mixed $templateBefore) Sets a template before the controller layout
Page 1 of 15