[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Worksheet/ -> RowIterator.php (summary)

(no description)

File Size: 184 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Worksheet_RowIterator:: (11 methods):
  __construct()
  __destruct()
  resetStart()
  resetEnd()
  seek()
  rewind()
  current()
  key()
  next()
  prev()
  valid()


Class: PHPExcel_Worksheet_RowIterator  - X-Ref

PHPExcel_Worksheet_RowIterator

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__construct(PHPExcel_Worksheet $subject = null, $startRow = 1, $endRow = null)   X-Ref
Create a new row iterator

param: PHPExcel_Worksheet    $subject    The worksheet to iterate over
param: integer                $startRow    The row number at which to start iterating
param: integer                $endRow        Optionally, the row number at which to stop iterating

__destruct()   X-Ref
Destructor


resetStart($startRow = 1)   X-Ref
(Re)Set the start row and the current row pointer

param: integer    $startRow    The row number at which to start iterating
return: PHPExcel_Worksheet_RowIterator

resetEnd($endRow = null)   X-Ref
(Re)Set the end row

param: integer    $endRow    The row number at which to stop iterating
return: PHPExcel_Worksheet_RowIterator

seek($row = 1)   X-Ref
Set the row pointer to the selected row

param: integer    $row    The row number to set the current pointer at
return: PHPExcel_Worksheet_RowIterator

rewind()   X-Ref
Rewind the iterator to the starting row


current()   X-Ref
Return the current row in this worksheet

return: PHPExcel_Worksheet_Row

key()   X-Ref
Return the current iterator key

return: int

next()   X-Ref
Set the iterator to its next value


prev()   X-Ref
Set the iterator to its previous value


valid()   X-Ref
Indicate if more rows exist in the worksheet range of rows that we're iterating

return: boolean



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1