|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for PHPExcel_Cell_IValueBinder:
Collaboration diagram for PHPExcel_Cell_IValueBinder: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.