eZ\Publish\Core\MVC\Symfony\View\Provider\Configured::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface $matcherFactory )
$matcherFactory eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface
    public function __construct(MatcherFactoryInterface $matcherFactory)
    {
        $this->matcherFactory = $matcherFactory;
    }