eZ\Publish\Core\MVC\Symfony\Matcher\MatcherInterface::setMatchingConfig PHP Method

setMatchingConfig() public method

It's up to the implementor to validate $matchingConfig since it can be anything configured by the end-developer.
public setMatchingConfig ( mixed $matchingConfig )
$matchingConfig mixed
    public function setMatchingConfig($matchingConfig);
MatcherInterface