ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
bindValue (PHPExcel_Cell $cell, $value=null) | |
Bind value to a cell. |
Definition at line 48 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.