ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
bindValue (PHPExcel_Cell $cell, $value=null) | |
Bind value to a cell. More... | |
Static Public Member Functions | |
static | dataTypeForValue ($pValue=null) |
DataType for value. More... | |
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.
Definition at line 55 of file DefaultValueBinder.php.
References PHPExcel_Shared_String\SanitizeUTF8(), PHPExcel_Cell\setValueExplicit(), and string.
|
static |
DataType for value.
mixed | $pValue |
Definition at line 82 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_INLINE, PHPExcel_Cell_DataType\TYPE_NULL, PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.
Referenced by PHPExcel_Cell_DataType\dataTypeForValue().