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

Public Member Functions

 init ()
 filters ()
 accessRules ()
 actionView ()
 actionUser ()
 actionRevoke ()
 getItemName ()
- Public Member Functions inherited from RController
 filterRights ($filterChain)
 allowedActions ()
 accessDenied ($message=null)

Private Attributes

 $_authorizer

Additional Inherited Members

- Public Attributes inherited from RController
 $layout = '//layouts/column1'
 $menu = array()
 $breadcrumbs = array()

Detailed Description

Rights assignment controller class file.

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

Definition at line 10 of file AssignmentController.php.

Member Function Documentation

AssignmentController::accessRules ( )

Specifies the access control rules. This method is used by the 'accessControl' filter.

Returns
array access control rules

Definition at line 44 of file AssignmentController.php.

AssignmentController::actionRevoke ( )

Revokes an assignment from an user.

Definition at line 137 of file AssignmentController.php.

Here is the call graph for this function:

AssignmentController::actionUser ( )

Displays the authorization assignments for an user.

Definition at line 83 of file AssignmentController.php.

Here is the call graph for this function:

AssignmentController::actionView ( )

Displays an overview of the users and their assignments.

Definition at line 65 of file AssignmentController.php.

AssignmentController::filters ( )
Returns
array action filters

Definition at line 33 of file AssignmentController.php.

AssignmentController::getItemName ( )
Returns
string the item name or null if not set.

Definition at line 165 of file AssignmentController.php.

Here is the caller graph for this function:

AssignmentController::init ( )

Initializes the controller.

Definition at line 20 of file AssignmentController.php.

Member Data Documentation

AssignmentController::$_authorizer
private

Definition at line 15 of file AssignmentController.php.


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