示例#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');
 }