[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Vtiger/models/ -> ModuleMeta.php (summary)

(no description)

File Size: 208 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Vtiger_ModuleMeta_Model:: (10 methods):
  getInstance()
  getMeta()
  getFieldListByType()
  getAccessibleFields()
  getMergableFields()
  getMandatoryImportableFields()
  getImportableFields()
  getEntityFields()
  isEditableField()
  getMandatoryFields()


Class: Vtiger_ModuleMeta_Model  - X-Ref

getInstance($name, $user)   X-Ref
creates an instance of Vtiger_ModuleMeta_Model

param: <String> $name - module name
param: <Object> $user - Users Object
return: Vtiger_ModuleMeta_Model

getMeta()   X-Ref
Functions returns webservices meta object

return: webservices meta

getFieldListByType($type)   X-Ref
Function returns list of fields based on type

param: <type> $type
return: <type>

getAccessibleFields()   X-Ref
Function returns accessible fields in a module

return: <Array of Vtiger_Field>

getMergableFields()   X-Ref
Function returns mergable fields in the module

return: <Array of Vtiger_field>

getMandatoryImportableFields()   X-Ref
Function returns mandatory importable fields

return: <Array of Vtiger_Field>

getImportableFields()   X-Ref
Function returns importable fields

return: <Array of Vtiger_Field>

getEntityFields()   X-Ref
Function returns Entity Name fields

return: <Array of Vtiger_Field>

isEditableField($fieldInstance)   X-Ref
Function checks if the field is editable

param: type $fieldInstance
return: boolean

getMandatoryFields()   X-Ref
Function returns list of mandatory fields

return: <Array of Vtiger_Field>



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1