1 | <?php |
||
24 | class XmlValidator implements ValidatorInterface |
||
25 | { |
||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function check($value, $match) |
||
41 | |||
42 | /** |
||
43 | * decode. |
||
44 | * |
||
45 | * @param string $content |
||
46 | * |
||
47 | * @throws ValidatorException |
||
48 | * |
||
49 | * @return \DomDocument |
||
50 | */ |
||
51 | private function decode($content) |
||
61 | } |
||
62 |