function cmfcCalendarV1Thai::smartGet in Calendar Systems 8
Same name and namespace in other branches
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::smartGet()
- 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::smartGet()
- 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::smartGet()
Placeholder for smartGet function.
Overrides cmfcCalendarV1::smartGet
File
- calendar/
v1/ calendarSystems/ thai.class.inc.php, line 154
Class
Code
function smartGet($format, $timestamp = NULL) {
return $this
->date($format, $timestamp);
}