Box\Spout\Reader\XLSX\RowIterator::processWorksheetEndingNode PHP Method

processWorksheetEndingNode() protected method

protected processWorksheetEndingNode ( ) : integer
return integer A return code that indicates what action should the processor take next
    protected function processWorksheetEndingNode()
    {
        // The closing "</worksheet>" marks the end of the file
        $this->hasReachedEndOfFile = true;
        return XMLProcessor::PROCESSING_STOP;
    }