EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
Assignment_function_submitController.php
Go to the documentation of this file.
1 <?php
2 
8 {
9  public function actionIndex()
10  {
11  $this->render('index');
12  }
13 
14  // Uncomment the following methods and override them if needed
15  /*
16  public function filters()
17  {
18  // return the filter configuration for this controller, e.g.:
19  return array(
20  'inlineFilterName',
21  array(
22  'class'=>'path.to.FilterClass',
23  'propertyName'=>'propertyValue',
24  ),
25  );
26  }
27 
28  public function actions()
29  {
30  // return external action classes, e.g.:
31  return array(
32  'action1'=>'path.to.ActionClass',
33  'action2'=>array(
34  'class'=>'path.to.AnotherActionClass',
35  'propertyName'=>'propertyValue',
36  ),
37  );
38  }
39  */
40 }