setTemplate('/Modules/Calendar/Theme/Backend/Components/Event/popup'); } public function getId() : string { return $this->id; } /** * {@inheritdoc} */ public function render(...$data) : string { $this->id = $data[0]; return parent::render(); } }