reader = $reader; $this->importable = $importable; } /** * @return Reader */ public function getReader(): Reader { return $this->reader; } /** * @return object */ public function getConcernable() { return $this->importable; } /** * @return mixed */ public function getDelegate() { return $this->reader; } }