csvInstance = $csvInstance; } public function getCsvInstance() { return $this->csvInstance; } public function setOutput($output) { $this->output = $output; } public function getOutput() { return $this->output; } }