| 1 | <?php | ||
| 17 | class ServiceAwareMatcherFactory extends ClassNameMatcherFactory implements ContainerAwareInterface | ||
| 18 | { | ||
| 19 | use ContainerAwareTrait; | ||
| 20 | |||
| 21 | /** | ||
| 22 | * @param string $matcherIdentifier | ||
| 23 | * | ||
| 24 | * @return \eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface | ||
| 25 | */ | ||
| 26 | protected function getMatcher($matcherIdentifier) | ||
| 34 | } | ||
| 35 |