1 | <?php |
||
27 | class DomainValidator extends BaseDomainValidator |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | * @inheritdoc |
||
32 | * @throws \yii\base\InvalidConfigException |
||
33 | */ |
||
34 | 15 | public function init() |
|
42 | |||
43 | /** |
||
44 | * @inheritdoc |
||
45 | * @throws \yii\base\NotSupportedException |
||
46 | */ |
||
47 | 15 | public function validateValue($value) |
|
57 | |||
58 | } |
||
59 |