public disableLevel (mixed $level) Disables a specific level of rendering // Render all levels except ACTION level $this->view->disableLevel(View::LEVEL_ACTION_VIEW);
integer CACHE_MODE_NONE
public setAttributes (array $attributes) Sets extra HTML attributes
public stop () Stops the middleware execution avoiding than other middlewares be executed
public set (mixed $index, mixed $value) Sets a session variable in an application context $session->set('auth', 'yes');
public __get (mixed $key) Magic method to retrieve a variable passed to the view echo $this->view->products;
abstract public getDescription () ...
public setPrefix (mixed $prefix) Set a common uri prefix for all the routes in this group
abstract public setTemplateAfter (mixed $templateAfter) ...
integer MODELS_DATE_AT
Page 251 of 382