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