You are here

final function CalendarSystemsPartialImplementation::setTimestamp in Calendar Systems 8.3

Overrides CalendarSystemsInterface::setTimestamp

2 calls to CalendarSystemsPartialImplementation::setTimestamp()
CalendarSystemsIntlCalendar::parse in src/CalendarSystems/CalendarSystemsIntlCalendar.php
CalendarSystemsPoorMansGregorianCalendar::parse in src/CalendarSystems/CalendarSystemsPoorMansGregorianCalendar.php

File

src/CalendarSystems/CalendarSystemsPartialImplementation.php, line 89

Class

CalendarSystemsPartialImplementation

Namespace

Drupal\calendar_systems\CalendarSystems

Code

final function setTimestamp($timestamp) {
  $this->origin
    ->setTimestamp($timestamp);
  return $this;
}