Removed duplicate declaration of getStyle()

This commit is contained in:
Andreas Heiberg 2013-05-11 00:14:19 +02:00
parent c6c99bd990
commit 9a06b8a6fc
1 changed files with 0 additions and 11 deletions

View File

@ -912,17 +912,6 @@ class PHPExcel_Cell
self::$_valueBinder = $binder;
}
/**
* Get style for cell
*
* @return PHPExcel_Style
* @throws PHPExcel_Exception
*/
public function getStyle()
{
return $this->getWorksheet()->getParent()->getCellXfByIndex($this->getXfIndex());
}
/**
* Implement PHP __clone to create a deep clone, not just a shallow copy.
*/