コード例 #1
0
ファイル: Weeks.php プロジェクト: dgame/php-time
 /**
  * @param TimeUnit $unit
  *
  * @return bool
  */
 public function equals(TimeUnit $unit) : bool
 {
     return $this->equalsAmount($unit->inWeeks()->getAmount());
 }