You are here

protected function DatexPersianIntlCalendar::formatHook in Datex 7.3

Overrides DatexIntlCalendar::formatHook

File

src/Datex/DatexPersianIntlCalendar.php, line 45
Persian implementation of DatexInterface.

Class

DatexPersianIntlCalendar
Persian implementation of DatexInterface.

Code

protected function formatHook($format, $value) {
  return $value;
}