PHP Класс eZ\Bundle\EzPublishCoreBundle\SiteAccess\MatcherBuilder

Наследование: extends eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilder
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$container Symfony\Component\DependencyInjection\ContainerInterface

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

Метод Описание
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
buildMatcher ( $matchingClass, $matchingConfiguration, SimplifiedRequest $request ) : eZ\Bundle\EzPublishCoreBundle\SiteAccess\Matcher Builds siteaccess matcher.

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

__construct() публичный метод

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

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

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
Результат eZ\Bundle\EzPublishCoreBundle\SiteAccess\Matcher

Описание свойств

$container защищенное свойство

protected ContainerInterface,Symfony\Component\DependencyInjection $container
Результат Symfony\Component\DependencyInjection\ContainerInterface