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