Пример #1
0
 /**
  * function BreakPage_QuestionPoll( $id )
  *
  * @param int $id 	the id of the question
  * @return nothing
  */
 function BreakPage_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }
Пример #2
0
 /**
  * class constructor
  *
  * @param int	the unique database identifer of a question
  *
  * @access public
  * @author Fabio Pirovano (fabio@docebo.com)
  */
 function DocValutation_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }
Пример #3
0
 /**
  * class constructor
  * 
  * @param int	the unique database identifer of a question 
  * 
  * @access public
  * @author Fabio Pirovano (fabio@docebo.com)
  */
 function Choice_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }
Пример #4
0
 /**
  * this function create a copy of a question and return the corresponding id
  * 
  * @return int 	return the id of the new question if success else return false
  * 
  * @access public
  * @author Fabio Pirovano (fabio@docebo.com)
  */
 function copy($new_id_poll, $back_poll = NULL)
 {
     return parent::copy($new_id_poll, $back_poll);
 }
 /**
  * class constructor
  *
  * @param int	the unique database identifer of a question
  *
  * @access public
  * @author Fabio Pirovano (fabio@docebo.com)
  */
 function CourseValutation_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }