Пример #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
 /**
  * function Title_QuestionPoll( $id )
  *
  * @param int $id 	the id of the question
  * @return nothing
  */
 function Title_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }
Пример #4
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);
 }
Пример #5
0
 /**
  * function ExtendedText_QuestionPoll( $id )
  *
  * @param int $id 	the id of the question
  * @return nothing
  */
 function ExtendedText_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }
 /**
  * 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);
 }