/** * Return the Phreeze column constant that most closely matches this column type * @return string */ function GetPhreezeType() { return FieldMap::GetConstantFromType($this->Type); }
/** * class constructor */ function FieldMapUser() { $this->lang =& DoceboLanguage::createInstance("admin_directory", "framework"); parent::FieldMap(); }
/** * class constructor */ function FieldMapChistory() { $this->lang =& DoceboLanguage::createInstance("company", "crm"); parent::FieldMap(); }