コード例 #1
0
 public function feedback()
 {
     $html = $this->feedback->htmlContent();
     $html .= $this->feedback_content;
     return $html;
 }