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