[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Settings/LayoutEditor/models/ -> Module.php (summary)

(no description)

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

Defines 1 class

Settings_LayoutEditor_Module_Model:: (14 methods):
  getFields()
  getBlocks()
  getAddSupportedFieldTypes()
  getAddFieldTypeInfo()
  addField()
  getTypeDetailsForAddField()
  checkFIeldExists()
  getSupportedModules()
  getInstanceByName()
  getEntityModulesList()
  isSortableAllowed()
  isBlockSortableAllowed()
  isFieldsSortableAllowed()
  getRelations()


Class: Settings_LayoutEditor_Module_Model  - X-Ref

getFields()   X-Ref
Function that returns all the fields for the module

return: <Array of Vtiger_Field_Model> - list of field models

getBlocks()   X-Ref
Function returns all the blocks for the module

return: <Array of Vtiger_Block_Model> - list of block models

getAddSupportedFieldTypes()   X-Ref
No description

getAddFieldTypeInfo()   X-Ref
Function whcih will give information about the field types that are supported for add

return: <Array>

addField($fieldType, $blockId, $params)   X-Ref
No description

getTypeDetailsForAddField($fieldType,$params)   X-Ref
No description

checkFIeldExists($fieldLabel)   X-Ref
No description

getSupportedModules()   X-Ref
No description

getInstanceByName($moduleName)   X-Ref
No description

getEntityModulesList()   X-Ref
Function to get Entity module names list

return: <Array> List of Entity modules

isSortableAllowed()   X-Ref
Function to check field is editable or not

return: <Boolean> true/false

isBlockSortableAllowed()   X-Ref
Function to check blocks are sortable for the module

return: <Boolean> true/false

isFieldsSortableAllowed($blockName)   X-Ref
Function to check fields are sortable for the block

return: <Boolean> true/false

getRelations()   X-Ref
No description



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