예제 #1
0
 public function init()
 {
     parent::init();
     $this->_type = "survey";
 }
예제 #2
0
 public function init()
 {
     parent::init();
     $this->_type = "quiz";
 }
예제 #3
0
 public function init()
 {
     parent::init();
     $this->_type = "poll";
 }