PHP 클래스 eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\Depth

상속: extends MultipleValued
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
match ( eZ\Publish\Core\MVC\Symfony\View\View $view )
matchContentInfo ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) : boolean Checks if a ContentInfo object matches.
matchLocation ( eZ\Publish\API\Repository\Values\Content\Location $location ) : boolean Checks if a Location object matches.

메소드 상세

match() 공개 메소드

public match ( eZ\Publish\Core\MVC\Symfony\View\View $view )
$view eZ\Publish\Core\MVC\Symfony\View\View

matchContentInfo() 공개 메소드

Checks if a ContentInfo object matches.
public matchContentInfo ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) : boolean
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo
리턴 boolean

matchLocation() 공개 메소드

Checks if a Location object matches.
public matchLocation ( eZ\Publish\API\Repository\Values\Content\Location $location ) : boolean
$location eZ\Publish\API\Repository\Values\Content\Location
리턴 boolean