コード例 #1
0
ファイル: Survey.php プロジェクト: selectSIFISO/.comsite
 public function init()
 {
     parent::init();
     $this->_type = "survey";
 }
コード例 #2
0
ファイル: Quiz.php プロジェクト: selectSIFISO/.comsite
 public function init()
 {
     parent::init();
     $this->_type = "quiz";
 }
コード例 #3
0
ファイル: Poll.php プロジェクト: selectSIFISO/.comsite
 public function init()
 {
     parent::init();
     $this->_type = "poll";
 }