| 1 | <?php |
||
| 14 | class PredicateMatcher extends AbstractMatcher |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | * |
||
| 19 | * @return TemplateInterface |
||
| 20 | */ |
||
| 21 | public function getDefaultTemplate() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Match actual value against the expected predicate. |
||
| 31 | * |
||
| 32 | * @param $actual |
||
| 33 | * @return mixed |
||
| 34 | */ |
||
| 35 | protected function doMatch($actual) |
||
| 39 | } |
||
| 40 |