initIds('infoModal'); $this->addForm(new InfoForm()); } protected function initActionButtons() { if (!empty($this->actionButtons)) { return $this; } $this->addActionButton(new BaseCancelButton()); $transferButton = new BaseRedirectButton('transferDomain'); $transferButton->addHtmlAttribute('id', 'transferDomain'); $this->addActionButton($transferButton); return $this; } }