PHP Class eZ\Publish\Core\MVC\Symfony\SiteAccess

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$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.

Public Methods

Method Description
__construct ( $name = null, $matchingType = null, $matcher = null )
__toString ( )

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

Property Details

$matcher public_oe property

The matcher instance that has been used to discover the siteaccess.
public Matcher,eZ\Publish\Core\MVC\Symfony\SiteAccess $matcher
return eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher

$matchingType public_oe property

Contains the matcher class FQN, or 'default' if fell back to the default siteaccess.
public string $matchingType
return string

$name public_oe property

Name of the siteaccess.
public string $name
return string