芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/maatwebsite/excel/src/Concerns/WithConditionalSheets.php
conditionallySelectedSheets = is_array($sheets) ? $sheets : func_get_args(); return $this; } /** * @return array */ public function sheets(): array { return \array_filter($this->conditionalSheets(), function ($name) { return \in_array($name, $this->conditionallySelectedSheets, false); }, ARRAY_FILTER_USE_KEY); } /** * @return array */ abstract public function conditionalSheets(): array; }