HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
RController Class Reference
Inheritance diagram for RController:

Public Member Functions

 filterRights ($filterChain)
 allowedActions ()
 accessDenied ($message=null)

Public Attributes

 $layout = '//layouts/column1'
 $menu = array()
 $breadcrumbs = array()

Detailed Description

Rights base controller class file.

Author
Christoffer Niska cnisk.nosp@m.a@li.nosp@m.ve.co.nosp@m.m
Since
0.6

Definition at line 10 of file RController.php.

Member Function Documentation

RController::accessDenied (   $message = null)

Denies the access of the user.

Parameters
string$messagethe message to display to the user. This method may be invoked when access check fails.
Exceptions
CHttpExceptionwhen called unless login is required.

Definition at line 57 of file RController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

RController::allowedActions ( )
Returns
string the actions that are always allowed separated by commas.

Definition at line 44 of file RController.php.

Here is the caller graph for this function:

RController::filterRights (   $filterChain)

The filter method for 'rights' access filter. This filter is a wrapper of CAccessControlFilter.

Parameters
CFilterChain$filterChainthe filter chain that the filter is on.

Definition at line 34 of file RController.php.

Here is the call graph for this function:

Member Data Documentation

RController::$breadcrumbs = array()

Definition at line 26 of file RController.php.

RController::$layout = '//layouts/column1'

Definition at line 16 of file RController.php.

RController::$menu = array()

Definition at line 20 of file RController.php.


The documentation for this class was generated from the following file: