芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/maatwebsite/excel/src/Events/BeforeExport.php
writer = $writer; $this->exportable = $exportable; } /** * @return Writer */ public function getWriter(): Writer { return $this->writer; } /** * @return object */ public function getConcernable() { return $this->exportable; } /** * @return mixed */ public function getDelegate() { return $this->writer; } }