Switched back the "setCurrentWorksheet" method to protected

This commit is contained in:
Rares Marinescu 2015-04-22 13:19:28 +03:00
parent 57cace85a8
commit ed039465a7

View File

@ -132,7 +132,7 @@ class Workbook
* @param Worksheet $worksheet * @param Worksheet $worksheet
* @return void * @return void
*/ */
public function setCurrentWorksheet($worksheet) protected function setCurrentWorksheet($worksheet)
{ {
$this->currentWorksheet = $worksheet; $this->currentWorksheet = $worksheet;
} }