Documentation

StringValueBinder extends DefaultValueBinder
in package
implements IValueBinder

Table of Contents

Interfaces

IValueBinder

Properties

$convertBoolean  : bool
$convertFormula  : bool
$convertNull  : bool
$convertNumeric  : bool
$setIgnoredErrors  : bool

Methods

bindValue()  : bool
Bind value to a cell.
dataTypeForValue()  : string
DataType for value.
getBooleanConversion()  : bool
setBooleanConversion()  : self
setConversionForAllValueTypes()  : self
setFormulaConversion()  : self
setNullConversion()  : self
setNumericConversion()  : self
setSetIgnoredErrors()  : self
bindObjectValue()  : bool

Properties

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
bool

dataTypeForValue()

DataType for value.

public static dataTypeForValue(mixed $value) : string
Parameters
$value : mixed
Return values
string

getBooleanConversion()

public getBooleanConversion() : bool
Return values
bool

setBooleanConversion()

public setBooleanConversion([bool $suppressConversion = false ]) : self
Parameters
$suppressConversion : bool = false
Return values
self

setConversionForAllValueTypes()

public setConversionForAllValueTypes([bool $suppressConversion = false ]) : self
Parameters
$suppressConversion : bool = false
Return values
self

setFormulaConversion()

public setFormulaConversion([bool $suppressConversion = false ]) : self
Parameters
$suppressConversion : bool = false
Return values
self

setNullConversion()

public setNullConversion([bool $suppressConversion = false ]) : self
Parameters
$suppressConversion : bool = false
Return values
self

setNumericConversion()

public setNumericConversion([bool $suppressConversion = false ]) : self
Parameters
$suppressConversion : bool = false
Return values
self

setSetIgnoredErrors()

public setSetIgnoredErrors([bool $setIgnoredErrors = false ]) : self
Parameters
$setIgnoredErrors : bool = false
Return values
self

bindObjectValue()

protected bindObjectValue(Cell $cell, object $value) : bool
Parameters
$cell : Cell
$value : object
Return values
bool

        
On this page

Search results