Mvc\View\Simple::getActiveRenderPath
  • References/PHP/Phalcon/Mvc/View/Simple

public string getActiveRenderPath () Returns the path of the view that is currently rendered

2025-01-10 15:47:30
Mvc\View\Simple::getCacheOptions
  • References/PHP/Phalcon/Mvc/View/Simple

public array getCacheOptions () Returns the cache options

2025-01-10 15:47:30
Mvc\View\Simple::setContent
  • References/PHP/Phalcon/Mvc/View/Simple

public setContent (mixed $content) Externally sets the view content

2025-01-10 15:47:30
Mvc\View\Simple::getParamsToView
  • References/PHP/Phalcon/Mvc/View/Simple

public array getParamsToView () Returns parameters to views

2025-01-10 15:47:30
Mvc\View\Simple::setParamToView
  • References/PHP/Phalcon/Mvc/View/Simple

public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar)

2025-01-10 15:47:30
Mvc\View\Simple::getCache
  • References/PHP/Phalcon/Mvc/View/Simple

public getCache () Returns the cache instance used to cache

2025-01-10 15:47:30
Mvc\View\Simple::partial
  • References/PHP/Phalcon/Mvc/View/Simple

public partial (mixed $partialPath, [mixed $params]) Renders a partial view

2025-01-10 15:47:30
Mvc\View\Simple::cache
  • References/PHP/Phalcon/Mvc/View/Simple

public cache ([mixed $options]) Cache the actual view render to certain level

2025-01-10 15:47:30
Mvc\View\Simple::setCacheOptions
  • References/PHP/Phalcon/Mvc/View/Simple

public setCacheOptions (array $options) Sets the cache options

2025-01-10 15:47:30
Mvc\View\Simple::render
  • References/PHP/Phalcon/Mvc/View/Simple

public render (string $path, [array $params]) Renders a view

2025-01-10 15:47:30