Beispiel #1
0
 public function __construct($title, $columns = 3)
 {
     parent::__construct($title);
     $this->columns = $columns;
 }