PHP Class eZ\Bundle\EzPublishCoreBundle\SiteAccess\MatcherBuilder

Inheritance: extends eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilder
Show file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Property Type Description
$container Symfony\Component\DependencyInjection\ContainerInterface

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
buildMatcher ( $matchingClass, $matchingConfiguration, SimplifiedRequest $request ) : eZ\Bundle\EzPublishCoreBundle\SiteAccess\Matcher Builds siteaccess matcher.

Method Details

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

buildMatcher() public method

If $matchingClass begins with "@", it will be considered as a service identifier and loaded with the service container.
public buildMatcher ( $matchingClass, $matchingConfiguration, SimplifiedRequest $request ) : eZ\Bundle\EzPublishCoreBundle\SiteAccess\Matcher
$matchingClass
$matchingConfiguration
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest
return eZ\Bundle\EzPublishCoreBundle\SiteAccess\Matcher

Property Details

$container protected property

protected ContainerInterface,Symfony\Component\DependencyInjection $container
return Symfony\Component\DependencyInjection\ContainerInterface