Box\Spout\Reader\XLSX\Reader::getOptions PHP Method

getOptions() protected method

Returns the reader's current options
protected getOptions ( ) : ReaderOptions
return ReaderOptions
    protected function getOptions()
    {
        if (!isset($this->options)) {
            $this->options = new ReaderOptions();
        }
        return $this->options;
    }