Пример #1
0
 public function __construct(Builder $builder, array $children = null)
 {
     parent::__construct($children);
     $this->set('list', false);
     $this->class('format is-collection is-responsive is-large');
     $this->data('module', 'format-collection');
 }