| 1 | <?php |
||
| 16 | final class ServiceAwareMatcherFactory extends ClassNameMatcherFactory |
||
| 17 | { |
||
| 18 | /** @var \eZ\Bundle\EzPublishCoreBundle\Matcher\ViewMatcherRegistry */ |
||
| 19 | private $viewMatcherRegistry; |
||
| 20 | |||
| 21 | public function __construct( |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param string $matcherIdentifier |
||
| 34 | * |
||
| 35 | * @return \eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface |
||
| 36 | */ |
||
| 37 | protected function getMatcher($matcherIdentifier) |
||
| 45 | } |
||
| 46 |