*/ class DeleteModal extends ModalConfirmDanger implements AdminArea { public function initContent() { $this->initIds('deleteModal'); $this->addForm(new DeleteForm()); } }