[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Settings/ModuleManager/models/ -> Extension.php (summary)

(no description)

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

Defines 1 class

Settings_ModuleManager_Extension_Model:: (13 methods):
  getUploadDirectory()
  setId()
  setFileName()
  getId()
  getName()
  getFileName()
  getPackage()
  isVtigerCompatible()
  isAlreadyExists()
  isUpgradable()
  getInstanceFromXMLNodeObject()
  getInstanceById()
  download()


Class: Settings_ModuleManager_Extension_Model  - X-Ref

getUploadDirectory($isChild = false)   X-Ref
No description

setId($extensionId)   X-Ref
Function to set id for this instance

param: <Integer> $extensionId
return: <type>

setFileName($fileName)   X-Ref
Function to set file name for this instance

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

getId()   X-Ref
Function to get Id of this instance

return: <Integer> id

getName()   X-Ref
Function to get name of this instance

return: <String> module name

getFileName()   X-Ref
Function to get file name of this instance

return: <String> file name

getPackage()   X-Ref
Function to get package of this instance

return: <Vtiger_Package> package object

isVtigerCompatible()   X-Ref
Function to check whether it is compatible with vtiger or not

return: <boolean> true/false

isAlreadyExists()   X-Ref
Function to check whether the module is already exists or not

return: <true/false>

isUpgradable()   X-Ref
Function to check whether the module is upgradable or not

return: <type>

getInstanceFromXMLNodeObject($extensionXMLNode)   X-Ref
Function to get instance by using XML node

param: <XML DOM> $extensionXMLNode
return: <Settings_ModuleManager_Extension_Model> $extensionModel

getInstanceById($extensionId, $fileName = false)   X-Ref
Function to get instance by using id

param: <Integer> $extensionId
param: <String> $fileName
return: <Settings_ModuleManager_Extension_Model> $extension Model

download($extensionId, $targetFileName)   X-Ref
Function to download the file of this instance

param: <Integer> $extensionId
param: <String> $targetFileName
return: <boolean> true/false



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