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