예제 #1
0
 public static function newTimeLine($tl)
 {
     $timeline = new TimeLine();
     return $timeline->newTimeLine($tl);
 }