示例#1
0
 /**
  * @param Comment $comment
  * @param bool $trim
  * @return string
  */
 protected function comment_to_html($comment, $trim = false)
 {
     return $this->rr(parent::comment_to_html($comment, $trim));
 }