[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 60 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file data/Tracker.php |
Vtiger_TrackRecord_Model:: (4 methods):
getId()
getName()
getInstance()
getAll()
Class: Vtiger_TrackRecord_Model - X-Ref
Vtiger Tracker Record Model ClassgetId() X-Ref |
Function to get the id of the record return: <Number> - Record Id |
getName() X-Ref |
Function to get the name of the record return: <String> - Entity Name of the Record |
getInstance($valueMap) X-Ref |
Function to get the instance of the Tracker Record Model from the list of key-value mapping param: <Array> $valueMap return: Vtiger_TrackRecord_Model instance |
getAll($limit=null) X-Ref |
Function to get all the Tracker records param: <Number> $limit - Limit on the number of records return: <Array> - List of Vtiger_TrackRecord_Model instances |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |