예제 #1
0
 public function __clone()
 {
     $duration = new Duration();
     $duration->copyFrom($this);
     return $duration;
 }