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