| 1 | <?php |
||
| 24 | class HdomainSearch extends Hdomain |
||
| 25 | { |
||
| 26 | use SearchModelTrait { |
||
| 27 | searchAttributes as defaultSearchAttributes; |
||
| 28 | rules as defaultRules; |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function rules() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | public function searchAttributes() |
||
| 60 | |||
| 61 | public function attributeLabels() |
||
| 67 | } |
||
| 68 |