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

상속: extends eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
getSubMatchers ( ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher[] Returns all used sub-matchers.
setMatcherBuilder ( eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface $matcherBuilder ) Injects the matcher builder, to allow the Compound matcher to properly build the underlying matchers.
setSubMatchers ( array $subMatchers ) Replaces sub-matchers.

메소드 상세

getSubMatchers() 공개 메소드

Returns all used sub-matchers.
public getSubMatchers ( ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher[]
리턴 eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher[]

setMatcherBuilder() 공개 메소드

Injects the matcher builder, to allow the Compound matcher to properly build the underlying matchers.
public setMatcherBuilder ( eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface $matcherBuilder )
$matcherBuilder eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilderInterface

setSubMatchers() 공개 메소드

Replaces sub-matchers.
public setSubMatchers ( array $subMatchers )
$subMatchers array