eZ\Publish\Core\MVC\Symfony\Matcher\AbstractMatcherFactory::doMatch PHP Method

doMatch() abstract protected method

Checks if $valueObject matches $matcher rules.
abstract protected doMatch ( eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface $matcher, eZ\Publish\Core\MVC\Symfony\View\View $valueObject ) : boolean
$matcher eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface
$valueObject eZ\Publish\Core\MVC\Symfony\View\View
return boolean
    protected abstract function doMatch(MatcherInterface $matcher, View $valueObject);