PHP Class Controller_Template_Admin, kohana-admin

Inheritance: extends Controller_Template
Show file Open project: vimofthevine/kohana-admin Class Usage Examples

Public Properties

Property Type Description
$template file

Protected Properties

Property Type Description
$_config configuration
$_current_nav navigation item

Public Methods

Method Description
after ( ) Unset current navigation item
before ( ) Configure admin controller

Method Details

after() public method

Unset current navigation item
public after ( )

before() public method

Configure admin controller
public before ( )

Property Details

$_config protected property

configuration
protected $_config

$_current_nav protected property

navigation item
protected $_current_nav

$template public property

file
public $template