tempFolder; } /** * @param string|null $tempFolder Temporary folder where the temporary files will be created * @return ReaderOptions */ public function setTempFolder($tempFolder) { $this->tempFolder = $tempFolder; return $this; } }