| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 308 lines (10 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Vtiger_FieldBasic:: (19 methods):
__construct()
initialize()
__handleVtigerCoreSchemaChanges()
__getUniqueId()
__getNextSequence()
__getNextQuickCreateSequence()
__create()
__update()
__delete()
getBlockId()
getModuleId()
getModuleName()
getModuleInstance()
save()
delete()
setHelpInfo()
setMassEditable()
setSummaryField()
log()
Class: Vtiger_FieldBasic - X-Ref
Provides basic API to work with vtiger CRM Fields| __construct() X-Ref |
| Constructor |
| initialize($valuemap, $moduleInstance = false, $blockInstance = false) X-Ref |
| Initialize this instance param: Array param: Vtiger_Module Instance of module to which this field belongs param: Vtiger_Block Instance of block to which this field belongs |
| __handleVtigerCoreSchemaChanges() X-Ref |
| Initialize vtiger schema changes. |
| __getUniqueId() X-Ref |
| Get unique id for this instance |
| __getNextSequence() X-Ref |
| Get next sequence id to use within a block for this instance |
| __getNextQuickCreateSequence() X-Ref |
| Get next quick create sequence id for this instance |
| __create($blockInstance) X-Ref |
| Create this field instance param: Vtiger_Block Instance of the block to use |
| __update() X-Ref |
| Update this field instance |
| __delete() X-Ref |
| Delete this field instance |
| getBlockId() X-Ref |
| Get block id to which this field instance is associated |
| getModuleId() X-Ref |
| Get module id to which this field instance is associated |
| getModuleName() X-Ref |
| Get module name to which this field instance is associated |
| getModuleInstance() X-Ref |
| Get module instance to which this field instance is associated |
| save($blockInstance = false) X-Ref |
| Save this field instance param: Vtiger_Block Instance of block to which this field should be added. |
| delete() X-Ref |
| Delete this field instance |
| setHelpInfo($helptext) X-Ref |
| Set Help Information for this instance. param: String Help text (content) |
| setMassEditable($value) X-Ref |
| Set Masseditable information for this instance. param: Integer Masseditable value |
| setSummaryField($value) X-Ref |
| Set Summaryfield information for this instance. param: Integer Summaryfield value |
| log($message, $delim = true) X-Ref |
| Helper function to log messages param: String Message to log param: Boolean true appends linebreak, false to avoid it |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |