|
ILIAS
eassessment Revision 61809
|
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. | |
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.