[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/vtlib/Vtiger/ -> PackageUpdate.php (summary)

(no description)

File Size: 431 lines (17 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 vtlib/Vtiger/PackageImport.php

Defines 1 class

Vtiger_PackageUpdate:: (22 methods):
  Vtiger_PackageUpdate()
  initUpdate()
  update()
  update_Module()
  parse_Migration()
  handle_Migration()
  update_Tables()
  update_Blocks()
  update_Block()
  update_Fields()
  update_Field()
  update_CustomViews()
  update_CustomView()
  update_SharingAccess()
  update_Events()
  update_Event()
  update_Actions()
  update_Action()
  update_RelatedLists()
  update_Relatedlist()
  update_CustomLinks()
  update_CronTasks()


Class: Vtiger_PackageUpdate  - X-Ref

Provides API to update module into vtiger CRM

Vtiger_PackageUpdate()   X-Ref
Constructor


initUpdate($moduleInstance, $zipfile, $overwrite)   X-Ref
Initialize Update


update($moduleInstance, $zipfile, $overwrite=true)   X-Ref
Update Module from zip file

param: Vtiger_Module Instance of the module to update
param: String Zip file name
param: Boolean True for overwriting existing module

update_Module($moduleInstance)   X-Ref
Update Module


parse_Migration($modulenode)   X-Ref
Parse migration information from manifest


handle_Migration($modulenode, $moduleInstance)   X-Ref
Handle migration of the module


update_Tables($modulenode)   X-Ref
Update Tables of the module


update_Blocks($modulenode, $moduleInstance)   X-Ref
Update Blocks of the module


update_Block($modulenode, $moduleInstance, $blocknode, $blockInstance)   X-Ref
Update Block of the module


update_Fields($blocknode, $blockInstance, $moduleInstance)   X-Ref
Update Fields of the module


update_Field($blocknode, $blockInstance, $moduleInstance, $fieldnode, $fieldInstance)   X-Ref
Update Field of the module


update_CustomViews($modulenode, $moduleInstance)   X-Ref
Import Custom views of the module


update_CustomView($modulenode, $moduleInstance, $customviewnode, $filterInstance)   X-Ref
Update Custom View of the module


update_SharingAccess($modulenode, $moduleInstance)   X-Ref
Update Sharing Access of the module


update_Events($modulenode, $moduleInstance)   X-Ref
Update Events of the module


update_Event($modulenode, $moduleInstance, $eventnode)   X-Ref
Update Event of the module


update_Actions($modulenode, $moduleInstance)   X-Ref
Update actions of the module


update_Action($modulenode, $moduleInstance, $actionnode)   X-Ref
Update action of the module


update_RelatedLists($modulenode, $moduleInstance)   X-Ref
Update related lists of the module


update_Relatedlist($modulenode, $moduleInstance, $relatedlistnode)   X-Ref
Import related list of the module.


update_CustomLinks($modulenode, $moduleInstance)   X-Ref
No description

update_CronTasks($modulenode)   X-Ref
No description



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