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

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

공개 메소드들

메소드 설명
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.

메소드 상세

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