[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Vtiger/uitypes/ -> Date.php (summary)

(no description)

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

Defines 1 class

Vtiger_Date_UIType:: (9 methods):
  getTemplateName()
  getDisplayValue()
  getUserRequestValue()
  getDBInsertValue()
  getDBInsertedValue()
  getEditViewDisplayValue()
  getDisplayDateValue()
  getDisplayDateTimeValue()
  getListSearchTemplateName()


Class: Vtiger_Date_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>

getDBInsertedValue($value)   X-Ref
Function converts the date to database format

param: <String> $value
return: <String>

getEditViewDisplayValue($value)   X-Ref
Function to get the display value in edit view

param: $value
return: converted value

getDisplayDateValue($date)   X-Ref
Function to get Date value for Display

param: <type> $date
return: <String>

getDisplayDateTimeValue($dateTime)   X-Ref
Function to get DateTime value for Display

param: <type> $dateTime
return: <String>

getListSearchTemplateName()   X-Ref
No description



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