ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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.

Detailed Description

Definition at line 48 of file IValueBinder.php.

Member Function Documentation

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: