[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 123 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Vtiger_RecordStructure_Model:: (8 methods):
setRecord()
getRecord()
getRecordName()
getModule()
setModule()
getStructure()
getInstanceFromRecordModel()
getInstanceForModule()
Class: Vtiger_RecordStructure_Model - X-Ref
Vtiger Record Structure ModelsetRecord($record) X-Ref |
Function to set the record Model param: <type> $record - record instance return: Vtiger_RecordStructure_Model |
getRecord() X-Ref |
Function to get the record return: <Vtiger_Record_Model> |
getRecordName() X-Ref |
No description |
getModule() X-Ref |
Function to get the module return: <Vtiger_Module_Model> |
setModule($module) X-Ref |
Function to set the module param: <type> $module - module model return: Vtiger_RecordStructure_Model |
getStructure() X-Ref |
Function to get the values in stuctured format return: <array> - values in structure array('block'=>array(fieldinfo)); |
getInstanceFromRecordModel($recordModel, $mode=self::RECORD_STRUCTURE_MODE_DEFAULT) X-Ref |
Function to retieve the instance from record model param: <Vtiger_Record_Model> $recordModel - record instance return: Vtiger_RecordStructure_Model |
getInstanceForModule($moduleModel, $mode=self::RECORD_STRUCTURE_MODE_DEFAULT) X-Ref |
Function to retieve the instance from module model param: <Vtiger_Module_Model> $moduleModel - module instance return: Vtiger_RecordStructure_Model |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |