You are here

public function DatexIntlCalendar::copy in Datex 7.3

Clone of this object.

Overrides DatexInterface::copy

1 method overrides DatexIntlCalendar::copy()
DatexPersianIntlCalendar::copy in src/Datex/DatexPersianIntlCalendar.php
Creates a clone of this object.

File

src/Datex/DatexIntlCalendar.php, line 54
Implementation of DatexInterface using php-intl.

Class

DatexIntlCalendar
Implementation of DatexInterface using php-intl.

Code

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