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