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