Total Complexity | 7 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 5 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class IndexAction extends Action |
||
18 | { |
||
19 | public $view = 'index'; |
||
20 | public $modelSearchClass; |
||
21 | public $query; |
||
22 | public $dataProvider; |
||
23 | public $condition; |
||
24 | public $params; |
||
25 | protected $searchModel; |
||
26 | |||
27 | public function getSearchModel() |
||
28 | { |
||
29 | return $this->searchModel; |
||
30 | } |
||
31 | |||
32 | public function run() |
||
49 | } |
||
50 | } |