Method | Description | |
---|---|---|
buildMatcher ( string $matcherIdentifier, mixed $matchingConfiguration, |
Builds siteaccess matcher. |
public buildMatcher ( string $matcherIdentifier, mixed $matchingConfiguration, |
||
$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 | The request to match against. | |
return | eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher |