Свойство | Type | Description | |
---|---|---|---|
$breadcrumbs | |||
$layout | |||
$menu | |||
$pageHint | |||
$titleImage |
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. |
public accessDenied ( string $message = null ) | ||
$message | string | the message to display to the user. This method may be invoked when access check fails. |
public allowedActions ( ) : string | ||
Résultat | string | the actions that are always allowed separated by commas. |
public filterRights ( CFilterChain $filterChain ) | ||
$filterChain | CFilterChain | the filter chain that the filter is on. |