ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
bindValue (PHPExcel_Cell $cell, $value=NULL) | |
Bind value to a cell. More... | |
Definition at line 36 of file IValueBinder.php.
PHPExcel_Cell_IValueBinder::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 |
Implemented in PHPExcel_Cell_AdvancedValueBinder, and PHPExcel_Cell_DefaultValueBinder.