class Configuration

Methods

__construct(RowNormalizer|null $rowNormalizer = new RowNormalizer(), IStructure|null $structure = null, Conventions|null $conventions = new Conventions\StaticConventions(), Storage|null $cacheStorage = null)

No description

setRowNormalizer(RowNormalizer|null $normalizer)

No description

callable|null
getRowNormalizer()

No description

Details

at line 17
__construct(RowNormalizer|null $rowNormalizer = new RowNormalizer(), IStructure|null $structure = null, Conventions|null $conventions = new Conventions\StaticConventions(), Storage|null $cacheStorage = null)

No description

Parameters

RowNormalizer|null $rowNormalizer
IStructure|null $structure
Conventions|null $conventions
Storage|null $cacheStorage

at line 26
Configuration setRowNormalizer(RowNormalizer|null $normalizer)

No description

Parameters

RowNormalizer|null $normalizer

Return Value

Configuration

at line 33
callable|null getRowNormalizer()

No description

Return Value

callable|null