eZ\Publish\Core\MVC\Symfony\Matcher\ClassNameMatcherFactory::setMatchConfig PHP Method

setMatchConfig() public method

public setMatchConfig ( array $matchConfig ) : AbstractMatcherFactory
$matchConfig array
return AbstractMatcherFactory
    public function setMatchConfig($matchConfig)
    {
        $this->matchConfig = $matchConfig;
        return $this;
    }