eZ\Publish\Core\MVC\Symfony\Matcher\ClassNameMatcherFactory::setMatchConfig PHP Метод

setMatchConfig() публичный Метод

public setMatchConfig ( array $matchConfig ) : AbstractMatcherFactory
$matchConfig array
Результат AbstractMatcherFactory
    public function setMatchConfig($matchConfig)
    {
        $this->matchConfig = $matchConfig;
        return $this;
    }