Box\Spout\Reader\Common\ReaderOptions::shouldPreserveEmptyRows PHP Метод

shouldPreserveEmptyRows() публичный Метод

public shouldPreserveEmptyRows ( ) : boolean
Результат boolean Whether empty rows should be returned or skipped.
    public function shouldPreserveEmptyRows()
    {
        return $this->shouldPreserveEmptyRows;
    }