コード例 #1
0
 public static function updateTimeLine($oldTl, $newTl)
 {
     $timeline = new TimeLine();
     return $timeline->updateTimeLine($oldTl, $newTl);
 }