예제 #1
0
 public function saveText($str)
 {
     $txt = new MatchSummary($this->match_id);
     return $txt->save($str);
 }