[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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

(no description)

File Size: 201 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 vtlib/Vtiger/Block.php

Defines 1 class

Vtiger_Block_Model:: (16 methods):
  getFields()
  setFields()
  get()
  set()
  isCustomized()
  __update()
  isHidden()
  getInActiveFields()
  getAllForModule()
  getInstance()
  getInstanceFromBlockObject()
  updateSequenceNumber()
  checkFieldsExists()
  pushDown()
  getAllBlockSequenceList()
  checkDuplicate()


Class: Vtiger_Block_Model  - X-Ref

getFields()   X-Ref
No description

setFields($fieldModelList)   X-Ref
No description

get($propertyName)   X-Ref
Function to get the value of a given property

param: <String> $propertyName
return: <Object>

set($propertyName, $value)   X-Ref
No description

isCustomized()   X-Ref
No description

__update()   X-Ref
No description

isHidden()   X-Ref
Function which indicates whether the block is shown or hidden

return: : <boolean>

getInActiveFields($raw=true)   X-Ref
Function to get the in active fields for the block

param: type $raw - true to send field in model format or false to send in array format
return: type - arrays

getAllForModule($moduleModel)   X-Ref
Function to retrieve block instances for a module

param: <type> $moduleModel - module instance
return: <array> - list of Vtiger_Block_Model

getInstance($value, $moduleInstance = false)   X-Ref
No description

getInstanceFromBlockObject(Vtiger_Block $blockObject)   X-Ref
Function to retrieve block instance from Vtiger_Block object

param: Vtiger_Block $blockObject - vtlib block object
return: Vtiger_Block_Model

updateSequenceNumber($sequenceList)   X-Ref
No description

checkFieldsExists($blockId)   X-Ref
No description

pushDown($fromSequence, $sourceModuleTabId)   X-Ref
Function to push all blocks down after sequence number

param: type $fromSequence

getAllBlockSequenceList($moduleTabId)   X-Ref
No description

checkDuplicate($blockLabel, $tabId)   X-Ref
Function to check whether duplicate exist or not

param: <String> $blockLabel
param: <Number> ModuleId
return: <Boolean> true/false



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