PHP Class Box\Spout\Reader\XLSX\ReaderOptions

Inheritance: extends Box\Spout\Reader\Common\ReaderOptions
Show file Open project: box/spout Class Usage Examples

Protected Properties

Property Type Description
$tempFolder Temporary folder where the temporary files will be created

Public Methods

Method Description
getTempFolder ( ) : string | null
setTempFolder ( string | null $tempFolder ) : ReaderOptions

Method Details

getTempFolder() public method

public getTempFolder ( ) : string | null
return string | null Temporary folder where the temporary files will be created

setTempFolder() public method

public setTempFolder ( string | null $tempFolder ) : ReaderOptions
$tempFolder string | null Temporary folder where the temporary files will be created
return ReaderOptions

Property Details

$tempFolder protected property

Temporary folder where the temporary files will be created
protected $tempFolder