예제 #1
0
 public function road($keyword)
 {
     $mgr = new MGraph();
     return $mgr->allRoadEx($keyword);
 }