コード例 #1
0
 public function execute(HTTPRequestCustom $request)
 {
     parent::execute($request);
     $view = CommentsService::display_comments($this->get_module_id(), $this->get_id_in_module(), $this->get_topic_identifier(), $this->get_number_comments_display(), $this->get_authorizations(), true);
     return new SiteNodisplayResponse($view);
 }