Beispiel #1
0
 public function content()
 {
     $content = parent::content();
     if ($this->buttons) {
         $content->append($this->buttons());
     }
     return $content;
 }