コード例 #1
0
 /**
  * Create a new immutable instance from current mutable instance.
  *
  * @return Chronos
  */
 public function toImmutable()
 {
     return Chronos::instance($this);
 }
コード例 #2
0
ファイル: FixedClock.php プロジェクト: adamnicholson/clock
 /**
  * {@inheritDoc}
  */
 public function getCurrentDatetime()
 {
     return Chronos::instance(new \DateTime($this->currentDatetime->format(\DateTime::ATOM)));
 }