getId() and $this->isLoaded()){ try { $this->assign([Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME => $sValue]); $this->save(); }catch (\Exception $exception){ Registry::getLogger()->error($exception->getMessage()); } } return true; } /** * @return string */ public function d3GetLongdesc(): string { return $this->getFieldData(Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME); } }