コード例 #1
0
ファイル: ChronoUnit.php プロジェクト: celest-time/prototype
 private function compareTo(ChronoUnit $other)
 {
     return $this->duration->compareTo($other->duration);
 }