| 1 | <?php |
||
| 27 | class IPV6 implements ValidatorInterface |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | * @see \Mcustiel\SimpleRequest\Interfaces\Specificable::setSpecification() |
||
| 32 | */ |
||
| 33 | public function setSpecification($specification = null) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | * @see \Mcustiel\SimpleRequest\Interfaces\ValidatorInterface::validate() |
||
| 40 | */ |
||
| 41 | public function validate($value) |
||
| 45 | } |
||
| 46 |