Detailed Description
Definition at line 53 of file WorksheetIterator.php.
Constructor & Destructor Documentation
PHPExcel_WorksheetIterator::__construct |
( |
PHPExcel |
$subject = null | ) |
|
Create a new worksheet iterator.
- Parameters
-
Definition at line 74 of file WorksheetIterator.php.
{
$this->_subject = $subject;
}
PHPExcel_WorksheetIterator::__destruct |
( |
| ) |
|
Member Function Documentation
PHPExcel_WorksheetIterator::current |
( |
| ) |
|
PHPExcel_WorksheetIterator::key |
( |
| ) |
|
PHPExcel_WorksheetIterator::next |
( |
| ) |
|
PHPExcel_WorksheetIterator::rewind |
( |
| ) |
|
PHPExcel_WorksheetIterator::valid |
( |
| ) |
|
Field Documentation
PHPExcel_WorksheetIterator::$_position = 0 |
|
private |
PHPExcel_WorksheetIterator::$_subject |
|
private |
The documentation for this class was generated from the following file: