HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
AuthItemForm Class Reference

Public Member Functions

 rules ()
 attributeLabels ()
 nameIsAvailable ($attribute, $params)
 newNameIsAvailable ($attribute, $params)
 isSuperuser ($attribute, $params)
 bizRuleNotEmpty ($attribute, $params)

Public Attributes

 $name
 $description
 $type
 $bizRule
 $data

Detailed Description

Authorization item form class file.

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

Definition at line 10 of file AuthItemForm.php.

Member Function Documentation

AuthItemForm::attributeLabels ( )

Declares attribute labels.

Definition at line 36 of file AuthItemForm.php.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

AuthItemForm::rules ( )

Declares the validation rules.

Definition at line 21 of file AuthItemForm.php.

Member Data Documentation

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.


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