PHP 클래스 eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Map

상속: implements eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$key string String that will be looked up in the map.
$map array Map used for the matching.
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest
$reverseMap array Map used for reverse matching.

공개 메소드들

메소드 설명
__construct ( array $map ) Constructor.
__sleep ( ) : array Do not serialize the Siteaccess configuration in order to reduce ESI request URL size.
getMapKey ( ) : string
getRequest ( )
match ( ) : string | false Returns matching Siteaccess.
reverseMatch ( string $siteAccessName ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher | Map | null
setMapKey ( string $key ) Injects the key that will be used for matching against the map configuration.
setRequest ( SimplifiedRequest $request )

비공개 메소드들

메소드 설명
getReverseMap ( $defaultSiteAccess )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $map )
$map array Map used for matching.

__sleep() 공개 메소드

Do not serialize the Siteaccess configuration in order to reduce ESI request URL size.
또한 보기: https://jira.ez.no/browse/EZP-23168
public __sleep ( ) : array
리턴 array

getMapKey() 공개 메소드

public getMapKey ( ) : string
리턴 string

getRequest() 공개 메소드

public getRequest ( )

match() 공개 메소드

Returns matching Siteaccess.
public match ( ) : string | false
리턴 string | false Siteaccess matched or false.

reverseMatch() 공개 메소드

public reverseMatch ( string $siteAccessName ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher | Map | null
$siteAccessName string
리턴 eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher | Map | null

setMapKey() 공개 메소드

Injects the key that will be used for matching against the map configuration.
public setMapKey ( string $key )
$key string

setRequest() 공개 메소드

public setRequest ( SimplifiedRequest $request )
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest

프로퍼티 상세

$key 보호되어 있는 프로퍼티

String that will be looked up in the map.
protected string $key
리턴 string

$map 보호되어 있는 프로퍼티

Map used for the matching.
protected array $map
리턴 array

$request 보호되어 있는 프로퍼티

protected SimplifiedRequest,eZ\Publish\Core\MVC\Symfony\Routing $request
리턴 eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest

$reverseMap 보호되어 있는 프로퍼티

Map used for reverse matching.
protected array $reverseMap
리턴 array