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