PHP 인터페이스 eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
getName ( ) : string Returns the matcher's name.
match ( ) : string | false Returns matched Siteaccess or false if no siteaccess could be matched.
setRequest ( SimplifiedRequest $request ) Injects the request object to match against.

메소드 상세

getName() 공개 메소드

This information will be stored in the SiteAccess object itself to quickly be able to identify the matcher type.
public getName ( ) : string
리턴 string

match() 공개 메소드

Returns matched Siteaccess or false if no siteaccess could be matched.
public match ( ) : string | false
리턴 string | false

setRequest() 공개 메소드

Injects the request object to match against.
public setRequest ( SimplifiedRequest $request )
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest