You are here

final function DatexPartialImplementation::getCalendarName in Datex 7.3

Get name of the calendar, such as gregorian or persian.

Overrides DatexInterface::getCalendarName

File

src/Datex/DatexPartialImplementation.php, line 34
Base implementation of DatexInterface.

Class

DatexPartialImplementation
Base implementation of DatexInterface.

Code

final function getCalendarName() {
  return $this->calendar;
}