示例#1
0
 protected function cell($cell)
 {
     return Cell::make($cell['id'])->type($cell['type'])->source($cell['source'])->visible($cell['visible'] == 'yes');
 }