public setContent (mixed $content) Externally sets the view content
public finish () Finishes the render process by stopping the output buffering
public setOption (string $option, mixed $value) Sets a single compiler option
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public getLayout () Returns the name of the main view
public addExtension (mixed $extension) Registers a Volt’s extension
public getControllerName () Gets the name of the controller rendered
public getParams () Gets extra parameters of the action rendered
extends abstract class Phalcon\Mvc\View\Engine
public setBasePath (mixed $basePath) Sets base path. Depending of your platform, always add a trailing slash or backslash
Page 1 of 15