code = $code; $this->title = $title; $this->type = $type; $this->description = $description; $this->answers = array(); } /* reminder that constructor doesn't contain category haha */ public function setCategory($category) { $this->category = $category; } public static function getQuestion($questionInfo) { } } ?>