DefaultValueBinder
in package
implements
IValueBinder
Table of Contents
Interfaces
Properties
- $preserveCr : bool
Methods
- bindValue() : bool
- Bind value to a cell.
- dataTypeForValue() : string
- DataType for value.
- getPreserveCr() : bool
- setPreserveCr() : self
Properties
$preserveCr
protected
bool
$preserveCr
= false
Methods
bindValue()
Bind value to a cell.
public
bindValue(Cell $cell, mixed $value) : bool
Parameters
- $cell : Cell
-
Cell to bind value to
- $value : mixed
-
Value to bind in cell
Return values
booldataTypeForValue()
DataType for value.
public
static dataTypeForValue(mixed $value) : string
Parameters
- $value : mixed
Return values
stringgetPreserveCr()
public
getPreserveCr() : bool
Return values
boolsetPreserveCr()
public
setPreserveCr(bool $preserveCr) : self
Parameters
- $preserveCr : bool