mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 01:00:05 +00:00
Doc Block changes
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@87638 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
@@ -117,7 +117,7 @@ class PHPExcel_Worksheet_CellIterator implements Iterator
|
||||
}
|
||||
|
||||
/**
|
||||
* More PHPExcel_Cell instances available?
|
||||
* Are there any more PHPExcel_Cell instances available?
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
@@ -151,9 +151,9 @@ class PHPExcel_Worksheet_CellIterator implements Iterator
|
||||
}
|
||||
|
||||
/**
|
||||
* Set loop only existing cells
|
||||
* Set the iterator to loop only existing cells
|
||||
*
|
||||
* @return boolean
|
||||
* @param boolean $value
|
||||
*/
|
||||
public function setIterateOnlyExistingCells($value = true) {
|
||||
$this->_onlyExistingCells = $value;
|
||||
|
||||
Reference in New Issue
Block a user