|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
| rules () | |
| attributeLabels () | |
Static Public Member Functions | |
| static | setDefaultAuthAssignments ($userId, $defaultType=self::DEFAULT_ROLE_TYPE) |
Public Attributes | |
| $itemname | |
| const | DEFAULT_ROLE_TYPE = 'default' |
| const | DEFAULT_TEMP_ROLE_TYPE = 'default_temp' |
Auth item assignment form class file.
Definition at line 10 of file AssignmentForm.php.
| AssignmentForm::attributeLabels | ( | ) |
Declares attribute labels.
Definition at line 41 of file AssignmentForm.php.

| AssignmentForm::rules | ( | ) |
Declares the validation rules.
Definition at line 31 of file AssignmentForm.php.
|
static |
Set default (rights) auth assignment for user.
| string | $userId |
Definition at line 55 of file AssignmentForm.php.


| AssignmentForm::$itemname |
Definition at line 12 of file AssignmentForm.php.
| const AssignmentForm::DEFAULT_ROLE_TYPE = 'default' |
Definition at line 19 of file AssignmentForm.php.
| const AssignmentForm::DEFAULT_TEMP_ROLE_TYPE = 'default_temp' |
Definition at line 26 of file AssignmentForm.php.