| 1 | <?php |
||
| 15 | class RegexValidator extends Validator { |
||
| 16 | protected $ref; |
||
| 17 | protected $match; |
||
| 18 | |||
| 19 | public function __construct(){ |
||
| 23 | |||
| 24 | public function validate($value) { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritDoc} |
||
| 37 | * @see \Ubiquity\contents\validation\validators\Validator::getParameters() |
||
| 38 | */ |
||
| 39 | public function getParameters(): array { |
||
| 42 | } |
||
| 43 | |||
| 44 |