PHP Class eZ\Bundle\EzPublishCoreBundle\Matcher\ServiceAwareMatcherFactory

If a service id is passed as the MatcherIdentifier, this service will be used for the matching. Otherwise, it will fallback to the class name based matcher factory.
Inheritance: extends eZ\Publish\Core\MVC\Symfony\Matcher\ClassNameMatcherFactory, implements Symfony\Component\DependencyInjection\ContainerAwareInterface, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes protégées

Méthode Description
getMatcher ( string $matcherIdentifier ) : eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface

Method Details

getMatcher() protected méthode

protected getMatcher ( string $matcherIdentifier ) : eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface
$matcherIdentifier string
Résultat eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface