Box\Spout\Reader\XLSX\RowIterator::processWorksheetEndingNode PHP Метод

processWorksheetEndingNode() защищенный Метод

protected processWorksheetEndingNode ( ) : integer
Результат 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;
    }