|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for PHPExcel_Cell_AdvancedValueBinder:
Collaboration diagram for PHPExcel_Cell_AdvancedValueBinder:Public Member Functions | |
| bindValue (PHPExcel_Cell $cell, $value=null) | |
| Bind value to a cell. More... | |
| bindValue (PHPExcel_Cell $cell, $value=null) | |
| Bind value to a cell. More... | |
| bindValue (PHPExcel_Cell $cell, $value=NULL) | |
| Bind value to a cell. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPExcel_Cell_DefaultValueBinder | |
| static | dataTypeForValue ($pValue=null) |
| DataType for value. More... | |
Definition at line 46 of file AdvancedValueBinder.php.
| PHPExcel_Cell_AdvancedValueBinder::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 |
Reimplemented from PHPExcel_Cell_DefaultValueBinder.
Definition at line 55 of file AdvancedValueBinder.php.
References $d, $h, PHPExcel_Calculation\CALCULATION_REGEXP_NUMBER, PHPExcel_Style_NumberFormat\FORMAT_CURRENCY_USD_SIMPLE, PHPExcel_Style_NumberFormat\FORMAT_DATE_TIME3, PHPExcel_Style_NumberFormat\FORMAT_DATE_TIME4, PHPExcel_Style_NumberFormat\FORMAT_PERCENTAGE_00, PHPExcel_Cell\getCoordinate(), PHPExcel_Shared_String\getCurrencyCode(), PHPExcel_Shared_String\getDecimalSeparator(), PHPExcel_Calculation\getFALSE(), PHPExcel_Shared_String\getThousandsSeparator(), PHPExcel_Calculation\getTRUE(), PHPExcel_Cell\getWorksheet(), PHPExcel_Shared_String\SanitizeUTF8(), PHPExcel_Cell\setValueExplicit(), PHPExcel_Shared_Date\stringToExcel(), PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.
Here is the call graph for this function: