You are here

function cmfcCalendarV1Thai::smartGet in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::smartGet()
  2. 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::smartGet()
  3. 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

cmfcCalendarV1Thai

Code

function smartGet($format, $timestamp = NULL) {
  return $this
    ->date($format, $timestamp);
}