Update to phpdoc comments
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@74698 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
cdb94cfb1e
commit
3cbbcd87d5
|
@ -209,7 +209,7 @@ class PHPExcel_Cell
|
||||||
/**
|
/**
|
||||||
* Set cell value
|
* Set cell value
|
||||||
*
|
*
|
||||||
* This clears the cell formula.
|
* Sets the value for a cell, automatically determining the datatype using the value binder
|
||||||
*
|
*
|
||||||
* @param mixed $pValue Value
|
* @param mixed $pValue Value
|
||||||
* @return PHPExcel_Cell
|
* @return PHPExcel_Cell
|
||||||
|
@ -223,7 +223,7 @@ class PHPExcel_Cell
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set cell value (with explicit data type given)
|
* Set the value for a cell, with the explicit data type passed to the method (bypassing any use of the value binder)
|
||||||
*
|
*
|
||||||
* @param mixed $pValue Value
|
* @param mixed $pValue Value
|
||||||
* @param string $pDataType Explicit data type
|
* @param string $pDataType Explicit data type
|
||||||
|
|
Loading…
Reference in New Issue