| 1 | <?php |
||
| 23 | class ClassValidator implements ValidatorInterface |
||
| 24 | { |
||
| 25 | |||
| 26 | use \Maslosoft\Mangan\Validators\Traits\AllowEmpty, |
||
| 27 | \Maslosoft\Mangan\Validators\Traits\Messages, |
||
| 28 | \Maslosoft\Mangan\Validators\Traits\Strict, |
||
| 29 | \Maslosoft\Mangan\Validators\Traits\OnScenario, |
||
| 30 | \Maslosoft\Mangan\Validators\Traits\Safe; |
||
| 31 | |||
| 32 | public $class = ''; |
||
| 33 | |||
| 34 | public function isValid(\Maslosoft\Addendum\Interfaces\AnnotatedInterface $model, $attribute) |
||
| 38 | |||
| 39 | } |
||
| 40 |