PHP Класс eZ\Publish\Core\MVC\Symfony\Matcher\Block\MultipleValued

Наследование: extends eZ\Publish\Core\MVC\RepositoryAware, implements eZ\Publish\Core\MVC\Symfony\Matcher\Block\ViewMatcherInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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