Detailed Description
Definition at line 38 of file RowIterator.php.
Constructor & Destructor Documentation
Create a new row iterator.
- Parameters
-
Definition at line 59 of file RowIterator.php.
{
$this->_subject = $subject;
}
PHPExcel_Worksheet_RowIterator::__destruct |
( |
| ) |
|
Destructor.
Definition at line 67 of file RowIterator.php.
{
unset($this->_subject);
}
Member Function Documentation
PHPExcel_Worksheet_RowIterator::current |
( |
| ) |
|
PHPExcel_Worksheet_RowIterator::key |
( |
| ) |
|
PHPExcel_Worksheet_RowIterator::next |
( |
| ) |
|
PHPExcel_Worksheet_RowIterator::rewind |
( |
| ) |
|
Rewind iterator.
Definition at line 74 of file RowIterator.php.
{
$this->_position = 1;
}
PHPExcel_Worksheet_RowIterator::valid |
( |
| ) |
|
Field Documentation
PHPExcel_Worksheet_RowIterator::$_position = 1 |
|
private |
PHPExcel_Worksheet_RowIterator::$_subject |
|
private |
The documentation for this class was generated from the following file: