modules/admin/classes/controller.php

Show: inherited
Table of Contents

\Admin\Controller

Package:
Parent(s)
\Controller

Properties

Propertyprotectedarray  $public= 'array()'
static

List of actions to be publicly accessible (Auth checking is not run at all)

class Controller_Home extends \Admin\Controller_Template {
  protected static $public = array('index', 'view');
}
Default valuearray()Details
Type
array

Methods

methodpublicbefore( ) : void

Documentation was generated by DocBlox 0.18.1.