PHP Class RController, gxc-cms

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

Méthodes publiques

Свойство Type Description
$breadcrumbs
$layout
$menu
$pageHint
$titleImage

Méthodes publiques

Méthode 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 méthode

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 méthode

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

filterRights() public méthode

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_oe property

public $breadcrumbs

$layout public_oe property

public $layout

$menu public_oe property

public $menu

$pageHint public_oe property

public $pageHint

$titleImage public_oe property

public $titleImage