modules/admin/classes/controller/home.php

Show: inherited
Table of Contents

\Admin\Controller_Home

Package:
Parent(s)
\Admin\Controller_Template < \Controller_Template

Properties

Propertyprotectedarray  $public= 'array('login', 'proplogin', 'logout')'
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('login', 'proplogin', 'logout')Details
Type
array

Methods

methodpublicaction_index( ) : void

methodpublicaction_login( ) : void

methodpublicaction_logout( ) : void

methodpublicaction_proplogin( ) : void

methodpublicafter(  $response ) : void
inherited

Inherited from: \Admin\Controller_Template::after()
Parameters
Name Type Description
$response
methodpublicbefore( ) : void
inherited

Inherited from: \Admin\Controller_Template::before()
methodprivatecheck_ip( ) : bool

DEPRECATED: use \Auth::check_ip() instead

Returns
Type Description
bool
Details
Deprecated
 
Documentation was generated by DocBlox 0.18.1.