HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
GenerateForm.php
Go to the documentation of this file.
1 <?php
10 class GenerateForm extends CFormModel
11 {
12  public $items;
13 
17  public function rules()
18  {
19  return array(
20  array('items', 'safe'),
21  );
22  }
23 }