示例#1
0
 public function saveText($str)
 {
     $txt = new ObjDescriptions(T_TEXT_TEAM, $this->team_id);
     return $txt->save($str);
 }
示例#2
0
 public function saveText($str)
 {
     $desc = new ObjDescriptions(T_TEXT_COACH, $this->coach_id);
     return $desc->save($str);
 }
示例#3
0
 public function saveText($str)
 {
     $desc = new ObjDescriptions(T_TEXT_PLAYER, $this->player_id);
     return $desc->save($str);
 }