template->obvody = $this->obvod->getObvody(); } public function renderView(int $id = null): void { $this->template->obvod = $this->obvod->getObvod($id); $this->template->zaznamy = $this->zaznam->getZaznamyObvodu($id); } }