Example #1
0
 public function render_body()
 {
     $str = parent::render_body();
     $str .= '<p>' . $this->slide . '</p>';
     $str .= '<p>' . $this->news . '</p>';
     return $str;
 }