Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
eZ
Publish
Core
MVC
Symfony
Matcher
BlockMatcherFactory
PHP Class eZ\Publish\Core\MVC\Symfony\Matcher\BlockMatcherFactory
Deprecation:
Deprecated since 6.0, will be removed in 6.1. Use the AbstractMatcherFactory instead.
Inheritance:
extends
AbstractMatcherFactory
Datei anzeigen
Open project: ezsystems/ezpublish-kernel
Class Usage Examples
Protected Methods
Method
Description
doMatch
(
eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface
$matcher
,
eZ\Publish\Core\MVC\Symfony\View\View
$view
) :
boolean
Checks if $valueObject matches $matcher rules.
getMatcher
(
$matcherIdentifier
)
Method Details
doMatch()
protected
method
Checks if $valueObject matches $matcher rules.
protected
doMatch
(
eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface
$matcher
,
eZ\Publish\Core\MVC\Symfony\View\View
$view
) :
boolean
$matcher
eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface
$view
eZ\Publish\Core\MVC\Symfony\View\View
return
boolean
getMatcher()
protected
method
protected
getMatcher
(
$matcherIdentifier
)