コード例 #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.title.php プロジェクト: abhinay100/forma_app
 /**
  * function Title_QuestionPoll( $id )
  *
  * @param int $id 	the id of the question
  * @return nothing
  */
 function Title_QuestionPoll($id)
 {
     parent::QuestionPoll($id);
 }
コード例 #4
0
ファイル: class.choice.php プロジェクト: abhinay100/forma_app
 /**
  * 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);
 }
コード例 #6
0
 /**
  * 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);
 }