Phalcon\Mvc\ViewInterface initializer
Sets views directory. Depending of your platform, always add a trailing slash or backslash
Gets views directory
Sets the layouts sub-directory. Must be a directory under the views directory. Depending of your platform, always add a trailing slash or backslash
Gets the current layouts sub-directory
Sets a partials sub-directory. Must be a directory under the views directory. Depending of your platform, always add a trailing slash or backslash
Gets the current partials sub-directory
Sets base path. Depending of your platform, always add a trailing slash or backslash
Gets the current render level
Gets the render level for the view
Sets the render level for the view
Sets default view name. Must be a file without extension in the views directory
Returns the name of the main view
Change the layout to be used instead of using the name of the latest controller name
Returns the name of the main view
Appends template before controller layout
Resets any template before layouts
Appends template after controller layout
Resets any template before layouts
Adds parameters to views (alias of setVar)
Adds parameters to views
Returns parameters to views
Gets the name of the controller rendered
Gets the name of the action rendered
Gets extra parameters of the action rendered
Starts rendering process enabling the output buffering
Register templating engines
Executes render process from dispatching data
Choose a view different to render than last-controller/last-action
Renders a partial view
Finishes the render process by stopping the output buffering
Returns the cache instance used to cache
Cache the actual view render to certain level
Externally sets the view content
Returns cached ouput from another view stage
Returns the path of the view that is currently rendered
Disables the auto-rendering process
Enables the auto-rendering process
Resets the view component to its factory default values
Whether the automatic rendering is disabled
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Mvc_ViewInterface.html