PHP Class eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued

Inheritance: extends eZ\Publish\Core\MVC\RepositoryAware, implements eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

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

Public Methods

Method Description
getRepository ( ) : eZ\Publish\API\Repository\Repository
getValues ( ) : array Returns matcher's values.
setMatchingConfig ( mixed $matchingConfig ) Registers the matching configuration for the matcher.

Method Details

getRepository() public method

public getRepository ( ) : eZ\Publish\API\Repository\Repository
return eZ\Publish\API\Repository\Repository

getValues() public method

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

setMatchingConfig() public method

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

Property Details

$values protected_oe property

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