コード例 #1
0
ファイル: Html.php プロジェクト: oscarotero/folk
 public function __construct(Builder $builder)
 {
     parent::__construct($builder);
     $this->data('module', 'format-html');
 }
コード例 #2
0
ファイル: Table.php プロジェクト: oscarotero/folk
 public function __construct(Builder $builder)
 {
     parent::__construct($builder);
     $this->set('list', false);
     $this->data('module', 'format-table');
 }