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