PHP Interface eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface

Mostra file Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
buildMatcher ( string $matcherIdentifier, mixed $matchingConfiguration, SimplifiedRequest $request ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher Builds siteaccess matcher.

Method Details

buildMatcher() public method

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.
return eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher