EliteConf
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
test
protected
controllers
InviteuserController.php
Go to the documentation of this file.
1
<?php
2
7
class
InviteuserController
extends
Controller
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
}
Generated on Sun Jun 2 2013 05:35:37 for EliteConf by
1.8.4