PHP Class RController, gxc-cms

Since: 0.6
Author: Christoffer Niska ([email protected])
Inheritance: extends CController
Show file Open project: nganhtuan63/gxc-cms Class Usage Examples

Public Properties

Property Type Description
$breadcrumbs
$layout
$menu
$pageHint
$titleImage

Public Methods

Method Description
accessDenied ( string $message = null ) Denies the access of the user.
allowedActions ( ) : string
filterRights ( CFilterChain $filterChain ) The filter method for 'rights' access filter.

Method Details

accessDenied() public method

Denies the access of the user.
public accessDenied ( string $message = null )
$message string the message to display to the user. This method may be invoked when access check fails.

allowedActions() public method

public allowedActions ( ) : string
return string the actions that are always allowed separated by commas.

filterRights() public method

This filter is a wrapper of {@link CAccessControlFilter}.
public filterRights ( CFilterChain $filterChain )
$filterChain CFilterChain the filter chain that the filter is on.

Property Details

$breadcrumbs public property

public $breadcrumbs

$layout public property

public $layout

$menu public property

public $menu

$pageHint public property

public $pageHint

$titleImage public property

public $titleImage