示例#1
0
 public function deleteStadiumPic()
 {
     $img = new ImageSubSys(IMGTYPE_TEAMSTADIUM, $this->team_id);
     return $img->delete();
 }
示例#2
0
 public function deletePic()
 {
     $img = new ImageSubSys(IMGTYPE_COACH, $this->coach_id);
     return $img->delete();
 }
示例#3
0
 public function deletePic()
 {
     $img = new ImageSubSys(IMGTYPE_PLAYER, $this->player_id);
     return $img->delete();
 }