ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PHPExcel_Cell_IValueBinder Interface Reference
+ 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...
 

Detailed Description

Definition at line 36 of file IValueBinder.php.

Member Function Documentation

◆ bindValue()

PHPExcel_Cell_IValueBinder::bindValue ( PHPExcel_Cell  $cell,
  $value = NULL 
)

Bind value to a cell.

Parameters
PHPExcel_Cell$cellCell to bind value to
mixed$valueValue to bind in cell
Returns
boolean

Implemented in PHPExcel_Cell_AdvancedValueBinder, and PHPExcel_Cell_DefaultValueBinder.


The documentation for this interface was generated from the following file: