[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 94 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Vtiger_Currency_UIType:: (7 methods):
getTemplateName()
getDisplayValue()
getUserRequestValue()
getDBInsertValue()
transformDisplayValue()
convertToDBFormat()
getEditViewDisplayValue()
Class: Vtiger_Currency_UIType - X-Ref
getTemplateName() X-Ref |
Function to get the Template name for the current UI Type object return: <String> - Template Name |
getDisplayValue($value) X-Ref |
Function to get the Display Value, for the current field type with given DB Insert Value param: <Object> $value return: <Object> |
getUserRequestValue($value) X-Ref |
Function to get the Value of the field in the format, the user provides it on Save param: <Object> $value return: <Object> |
getDBInsertValue($value) X-Ref |
Function to get the DB Insert Value, for the current field type with given User Value param: <Object> $value return: <Object> |
transformDisplayValue($value, $user=null, $skipConversion=false) X-Ref |
Function to transform display value for currency field param: $value param: Current User param: <Boolean> Skip Conversion return: converted user format value |
convertToDBFormat($value, $user=null, $skipConversion=false) X-Ref |
Function converts User currency format to database format param: <Object> $value - Currency value param: <User Object> $user param: <Boolean> $skipConversion |
getEditViewDisplayValue($value) X-Ref |
Function to get the display value in edit view param: <String> $value return: <String> |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |