コード例 #1
0
 public function executeReportedQuestions()
 {
     $this->question_pager = QuestionPeer::getReportedSpamPager($this->getRequestParameter('page', 1));
 }