PHP Интерфейс eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
buildMatcher ( string $matcherIdentifier, mixed $matchingConfiguration, SimplifiedRequest $request ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher Builds siteaccess matcher.

Описание методов

buildMatcher() публичный Метод

Builds siteaccess matcher.
public buildMatcher ( string $matcherIdentifier, mixed $matchingConfiguration, SimplifiedRequest $request ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher
$matcherIdentifier string "Identifier" of the matcher to build (i.e. its FQ class name).
$matchingConfiguration mixed Configuration to pass to the matcher. Can be anything the matcher supports.
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest The request to match against.
Результат eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher