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; } }