class RowFactory (View source)

RowFactory Class

The RowFactory creates new rows for the DataTables.

Methods

__construct( DataTable $datatable)

Creates a new RowFactory instance.

Row
create( array $valueArray)

Creates a new Row object.

Details

at line 41
__construct( DataTable $datatable)

Creates a new RowFactory instance.

Parameters

DataTable $datatable

at line 56
Row create( array $valueArray)

Creates a new Row object.

Parameters

array $valueArray Array of values to assign to the row.

Return Value

Row

Exceptions

FailedCarbonParsing
InvalidCellCount
InvalidDateTimeString
InvalidRowDefinition