sidebar = $sidebar; $this->renderer = $renderer; } public function create(View $view) { $view->sidebar = $this->renderer->render($this->sidebar); } }