예제 #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');
 }