[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 148 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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


Class: PHPExcel_Worksheet_RowIterator  - X-Ref

PHPExcel_Worksheet_RowIterator

Used to iterate rows in a PHPExcel_Worksheet

__construct(PHPExcel_Worksheet $subject = null, $startRow = 1)   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

__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

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

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

return: boolean



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1