|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
| rules () | |
| attributeLabels () | |
| nameIsAvailable ($attribute, $params) | |
| newNameIsAvailable ($attribute, $params) | |
| isSuperuser ($attribute, $params) | |
| bizRuleNotEmpty ($attribute, $params) | |
Public Attributes | |
| $name | |
| $description | |
| $type | |
| $bizRule | |
| $data | |
Authorization item form class file.
Definition at line 10 of file AuthItemForm.php.
| AuthItemForm::attributeLabels | ( | ) |
Declares attribute labels.
Definition at line 36 of file AuthItemForm.php.

| AuthItemForm::bizRuleNotEmpty | ( | $attribute, | |
| $params | |||
| ) |
Makes sure that the business rule is not empty when data is specified. This is the 'bizRuleNotEmpty' validator as declared in rules().
Definition at line 84 of file AuthItemForm.php.

| AuthItemForm::isSuperuser | ( | $attribute, | |
| $params | |||
| ) |
Makes sure that the superuser roles name is not changed. This is the 'isSuperuser' validator as declared in rules().
Definition at line 73 of file AuthItemForm.php.

| AuthItemForm::nameIsAvailable | ( | $attribute, | |
| $params | |||
| ) |
Makes sure that the name is available. This is the 'nameIsAvailable' validator as declared in rules().
Definition at line 50 of file AuthItemForm.php.


| AuthItemForm::newNameIsAvailable | ( | $attribute, | |
| $params | |||
| ) |
Makes sure that the new name is available if the name been has changed. This is the 'newNameIsAvailable' validator as declared in rules().
Definition at line 62 of file AuthItemForm.php.

| AuthItemForm::rules | ( | ) |
Declares the validation rules.
Definition at line 21 of file AuthItemForm.php.
| AuthItemForm::$bizRule |
Definition at line 15 of file AuthItemForm.php.
| AuthItemForm::$data |
Definition at line 16 of file AuthItemForm.php.
| AuthItemForm::$description |
Definition at line 13 of file AuthItemForm.php.
| AuthItemForm::$name |
Definition at line 12 of file AuthItemForm.php.
| AuthItemForm::$type |
Definition at line 14 of file AuthItemForm.php.