| 1 | <?php |
||
| 13 | class DashboardSearch extends Dashboard |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @inheritdoc |
||
| 18 | */ |
||
| 19 | public function scenarios() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | public function rules() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Creates data provider instance with search query applied |
||
| 38 | * |
||
| 39 | * @param array $params |
||
| 40 | * |
||
| 41 | * @return ActiveDataProvider |
||
| 42 | */ |
||
| 43 | public function search($params) |
||
| 69 | |||
| 70 | } |