コード例 #1
0
ファイル: CommentsControl.php プロジェクト: kivi8/ars-poetica
 public function handleNewCaptcha($comID)
 {
     $this->captchaManager->setNewQuestion();
     $this->template->currentSubComment = $comID;
     $this->redrawAjax(['captchaContainer', 'captchaStatic']);
 }