PHP 클래스 eZ\Publish\Core\MVC\Symfony\Matcher\Block\MultipleValued

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

보호된 프로퍼티들

프로퍼티 타입 설명
$values Values to test against with isset(). Key is the actual value.

공개 메소드들

메소드 설명
getRepository ( ) : eZ\Publish\API\Repository\Repository
getValues ( ) : array Returns matcher's values.
setMatchingConfig ( mixed $matchingConfig ) Registers the matching configuration for the matcher.

메소드 상세

getRepository() 공개 메소드

public getRepository ( ) : eZ\Publish\API\Repository\Repository
리턴 eZ\Publish\API\Repository\Repository

getValues() 공개 메소드

Returns matcher's values.
public getValues ( ) : array
리턴 array

setMatchingConfig() 공개 메소드

$matchingConfig can have single (string|int...) or multiple values (array).
public setMatchingConfig ( mixed $matchingConfig )
$matchingConfig mixed

프로퍼티 상세

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

Values to test against with isset(). Key is the actual value.
protected $values