array $public= 'array()'
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'); }
array()
before( ) : void