|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Cell_DefaultValueBinder:
Collaboration diagram for PHPExcel_Cell_DefaultValueBinder:Public Member Functions | |
| bindValue (PHPExcel_Cell $cell, $value=null) | |
| Bind value to a cell. | |
Static Public Member Functions | |
| static | dataTypeForValue ($pValue=null) |
| DataType for value. | |
Definition at line 46 of file DefaultValueBinder.php.
| PHPExcel_Cell_DefaultValueBinder::bindValue | ( | PHPExcel_Cell | $cell, |
$value = null |
|||
| ) |
Bind value to a cell.
| PHPExcel_Cell | $cell | Cell to bind value to |
| mixed | $value | Value to bind in cell |
Implements PHPExcel_Cell_IValueBinder.
Reimplemented in PHPExcel_Cell_AdvancedValueBinder.
Definition at line 55 of file DefaultValueBinder.php.
References PHPExcel_Cell_DataType\dataTypeForValue(), PHPExcel_Shared_String\SanitizeUTF8(), and PHPExcel_Cell\setValueExplicit().
Here is the call graph for this function:
|
static |
DataType for value.
| mixed | $pValue |
Definition at line 75 of file DefaultValueBinder.php.
References PHPExcel_Cell_DataType\getErrorCodes(), PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_ERROR, PHPExcel_Cell_DataType\TYPE_FORMULA, PHPExcel_Cell_DataType\TYPE_NULL, PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.
Referenced by PHPExcel_Cell_AdvancedValueBinder\bindValue().
Here is the call graph for this function:
Here is the caller graph for this function: