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