Jarves\ContentRender::__construct PHP Метод

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

public __construct ( Jarves $jarves, StopwatchHelper $stopwatch, EditMode $editMode, Cacher $cacher, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, PageStack $pageStack, Symfony\Component\Templating\EngineInterface $templating )
$jarves Jarves
$stopwatch StopwatchHelper
$editMode EditMode
$cacher Jarves\Cache\Cacher
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$pageStack PageStack
$templating Symfony\Component\Templating\EngineInterface
    function __construct(Jarves $jarves, StopwatchHelper $stopwatch, EditMode $editMode, Cacher $cacher, EventDispatcherInterface $eventDispatcher, PageStack $pageStack, EngineInterface $templating)
    {
        $this->jarves = $jarves;
        $this->stopwatch = $stopwatch;
        $this->editMode = $editMode;
        $this->cacher = $cacher;
        $this->eventDispatcher = $eventDispatcher;
        $this->pageStack = $pageStack;
        $this->templating = $templating;
    }