ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PhpOffice\PhpSpreadsheet\Cell\IValueBinder Interface Reference
+ Inheritance diagram for PhpOffice\PhpSpreadsheet\Cell\IValueBinder:
+ Collaboration diagram for PhpOffice\PhpSpreadsheet\Cell\IValueBinder:

Public Member Functions

 bindValue (Cell $cell, $value)
 Bind value to a cell. More...
 

Detailed Description

Definition at line 5 of file IValueBinder.php.

Member Function Documentation

◆ bindValue()

PhpOffice\PhpSpreadsheet\Cell\IValueBinder::bindValue ( Cell  $cell,
  $value 
)

Bind value to a cell.

Parameters
Cell$cellCell to bind value to
mixed$valueValue to bind in cell
Returns
bool

Implemented in PhpOffice\PhpSpreadsheet\Cell\AdvancedValueBinder, PhpOffice\PhpSpreadsheet\Cell\DefaultValueBinder, and PhpOffice\PhpSpreadsheet\Cell\StringValueBinder.


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