1 | <?php |
||
13 | class PatternMatcher extends AbstractMatcher |
||
14 | { |
||
15 | /** |
||
16 | * Match the actual value against a regular expression. |
||
17 | * |
||
18 | * @param $actual |
||
19 | * @return mixed |
||
20 | */ |
||
21 | protected function doMatch($actual) |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | * |
||
33 | * @return TemplateInterface |
||
34 | */ |
||
35 | public function getDefaultTemplate() |
||
42 | } |
||
43 |