You are here

function DatexPersianIntlCalendar::copy in Datex 7.3

Creates a clone of this object.

Overrides DatexIntlCalendar::copy

File

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

Class

DatexPersianIntlCalendar
Persian implementation of DatexInterface.

Code

function copy() {
  return new DatexPersianIntlCalendar($this->timezone, $this->calendar, $this->langCode);
}