Doc Block changes

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@87532 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker
2012-03-09 23:55:17 +00:00
parent 93fa26a100
commit b3cb86ccff
8 changed files with 26 additions and 10 deletions
+5
View File
@@ -369,6 +369,11 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
}
/**
* Disconnect all cells from this PHPExcel_Worksheet object,
* typically so that the worksheet object can be unset
*
*/
public function disconnectCells() {
$this->_cellCollection->unsetWorksheetCells();
$this->_cellCollection = null;