1 | <?php |
||
13 | class SystemLogSearch extends SystemLog |
||
14 | { |
||
15 | /** |
||
16 | * @inheritdoc |
||
17 | */ |
||
18 | 2 | public function rules() |
|
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | 2 | public function scenarios() |
|
34 | |||
35 | /** |
||
36 | * Creates data provider instance with search query applied |
||
37 | * @return ActiveDataProvider |
||
38 | */ |
||
39 | 2 | public function search($params) |
|
63 | } |
||
64 |