Exemplo n.º 1
0
 public function removeImage()
 {
     $position = key($_POST['cmd']['removeImage']);
     $this->object->removeAnswerImage($position);
     $this->object->saveToDb();
     $this->editQuestion();
 }