private function Update() { $Update = new AppEmpresas(); $this->Data['empresa_capa'] = $this->Data['empresa_capa'] != 'null' ? $this->Data['empresa_capa'] : null; $Update->setThis((object) $this->Data); $Update->setEmpresa_id($this->Empresa); $Update->update(); if ($Update->getRowCount() >= 1) { $this->Error = ["A Empresa <b>{$this->Data['empresa_title']}</b> foi atualizada com sucesso!", WS_ACCEPT]; $this->Result = true; } }