c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set question_id * * @param integer $value * @return QuizQuestionRelCategory */ public function set_question_id($value) { $this->question_id = $value; return $this; } /** * Get question_id * * @return integer */ public function get_question_id() { return $this->question_id; } /** * Set category_id * * @param integer $value * @return QuizQuestionRelCategory */ public function set_category_id($value) { $this->category_id = $value; return $this; } /** * Get category_id * * @return integer */ public function get_category_id() { return $this->category_id; } }