| 1 | <?php |
||
| 11 | class SystemParamSearch extends SystemParamModel |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @inheritdoc |
||
| 15 | */ |
||
| 16 | public function rules() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | public function scenarios() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Creates data provider instance with search query applied |
||
| 34 | * |
||
| 35 | * @param array $params |
||
| 36 | * |
||
| 37 | * @return ActiveDataProvider |
||
| 38 | */ |
||
| 39 | public function search($params) |
||
| 64 | } |
||
| 65 |