Box\Spout\Reader\XLSX\ReaderOptions::getTempFolder PHP Method

getTempFolder() public method

public getTempFolder ( ) : string | null
return string | null Temporary folder where the temporary files will be created
    public function getTempFolder()
    {
        return $this->tempFolder;
    }