| 1 | <?php |
||
| 8 | final class XmlMatcher extends Matcher |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var |
||
| 12 | */ |
||
| 13 | private $matcher; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param ValueMatcher $matcher |
||
| 17 | */ |
||
| 18 | public function __construct(ValueMatcher $matcher) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritDoc} |
||
| 25 | */ |
||
| 26 | public function match($value, $pattern) |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritDoc} |
||
| 50 | */ |
||
| 51 | public function canMatch($pattern) |
||
| 55 | } |
||
| 56 |