示例#1
0
 protected function __postFields()
 {
     $this->__postContentFields();
     $_POST['question'] = $this->_entity->getVisitorQuestion();
     $_POST['response'] = $this->_entity->getDoctorResponse();
     $_POST['id_doctor'] = $this->_entity->getIdDoctor();
     $_POST['visitor_name'] = $this->_entity->getVisitorName();
     $_POST['visitor_email'] = $this->_entity->getVisitorEmail();
     $_POST['shown_on_main'] = $this->_entity->isShownOnMain();
 }