You are here

protected function DatexObject::setCalendarFormats in Datex 7.2

Call calendarFormat() on extended classes but hide storage details.

Get extended classes opportunity to format date formats which Datex should not handle.

1 call to DatexObject::setCalendarFormats()
DatexObject::formatPHP in datex_api/datex_api.class.inc
Use php to format date

File

datex_api/datex_api.class.inc, line 779
Provides an API to work with dates.

Class

DatexObject
Base class for localized DateTime.

Code

protected function setCalendarFormats() {
  $this->calendarFormats = $this
    ->calendarFormat();
}