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