|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|


Public Member Functions | |
| init () | |
| filters () | |
| accessRules () | |
| actionIndex () | |
| actionSearch ($pattern, $siteId, $searchUserId, $rights, $pageSize, $currentPage=0) | |
| actionUpdate () | |
| actionEdit ($siteId, $userId) | |
| actionEditOperationsFields () | |
Public Member Functions inherited from RController | |
| filterRights ($filterChain) | |
| allowedActions () | |
| accessDenied ($message=null) | |
Public Attributes | |
| $log | |
Public Attributes inherited from RController | |
| $layout = '//layouts/column1' | |
| $menu = array() | |
| $breadcrumbs = array() | |
Private Attributes | |
| $_authorizer | |
Definition at line 2 of file UsersSitesRightsController.php.
| UsersSitesRightsController::accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 36 of file UsersSitesRightsController.php.
| UsersSitesRightsController::actionEdit | ( | $siteId, | |
| $userId | |||
| ) |
Editor for user site rights.
| string | $siteId | |
| string | $userId |
Definition at line 129 of file UsersSitesRightsController.php.
| UsersSitesRightsController::actionEditOperationsFields | ( | ) |
Editor for operations fields.
Definition at line 150 of file UsersSitesRightsController.php.
| UsersSitesRightsController::actionIndex | ( | ) |
Sites rights page default.
Definition at line 56 of file UsersSitesRightsController.php.

| UsersSitesRightsController::actionSearch | ( | $pattern, | |
| $siteId, | |||
| $searchUserId, | |||
| $rights, | |||
| $pageSize, | |||
$currentPage = 0 |
|||
| ) |
Sites rights page after find.
Definition at line 70 of file UsersSitesRightsController.php.

| UsersSitesRightsController::actionUpdate | ( | ) |
Update sites rights data.
Definition at line 111 of file UsersSitesRightsController.php.
| UsersSitesRightsController::filters | ( | ) |
Definition at line 25 of file UsersSitesRightsController.php.
| UsersSitesRightsController::init | ( | ) |
Initializes the controller.
Definition at line 12 of file UsersSitesRightsController.php.
|
private |
Definition at line 7 of file UsersSitesRightsController.php.
| UsersSitesRightsController::$log |
Definition at line 51 of file UsersSitesRightsController.php.