PHP Класс eZ\Publish\Core\MVC\Symfony\SiteAccess

Наследование: extends eZ\Publish\API\Repository\Values\ValueObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$matcher eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher The matcher instance that has been used to discover the siteaccess.
$matchingType string Contains the matcher class FQN, or 'default' if fell back to the default siteaccess.
$name string Name of the siteaccess.

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

Метод Описание
__construct ( $name = null, $matchingType = null, $matcher = null )
__toString ( )

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

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

public __construct ( $name = null, $matchingType = null, $matcher = null )

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

public __toString ( )

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

$matcher публичное свойство

The matcher instance that has been used to discover the siteaccess.
public Matcher,eZ\Publish\Core\MVC\Symfony\SiteAccess $matcher
Результат eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher

$matchingType публичное свойство

Contains the matcher class FQN, or 'default' if fell back to the default siteaccess.
public string $matchingType
Результат string

$name публичное свойство

Name of the siteaccess.
public string $name
Результат string