예제 #1
0
 public function add(self $interval)
 {
     $this->seconds += $interval->inSeconds();
 }
예제 #2
0
 static function interval($in)
 {
     return atsumi_Interval::fromPostgresql(strval($in));
 }