ILIAS
Release_4_0_x_branch Revision 61816
|
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 57 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 66 of file DefaultValueBinder.php.
References PHPExcel_Cell_DataType\dataTypeForValue(), PHPExcel_Shared_String\SanitizeUTF8(), and PHPExcel_Cell\setValueExplicit().
|
static |
DataType for value.
mixed | $pValue |
Definition at line 86 of file DefaultValueBinder.php.
References elseif(), 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().