InputModelDBBuilderGeneric
Table of Contents
-
$_pInputModelConfiguration
: InputModelConfiguration
-
$_pInputModelDBFactory
: InputModelDBFactory
-
$_values
: array<string|int, mixed>
-
__construct()
: mixed
-
build()
: InputModelDB
-
getValues()
: array<string|int, mixed>
-
setValues()
: mixed
-
configureForHtmlType()
: mixed
__construct()
public
__construct(InputModelDBFactory $pInputModelDBFactory, InputModelConfiguration $pInputModelConfiguration) : mixed
Parameters
-
$pInputModelDBFactory
: InputModelDBFactory
-
-
$pInputModelConfiguration
: InputModelConfiguration
-
Return values
mixed
—
build()
public
build(string $fieldname) : InputModelDB
Parameters
-
$fieldname
: string
-
-
throws
-
UnknownFieldException
Return values
InputModelDB
—
getValues()
public
getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
setValues()
public
setValues(array<string|int, mixed> $values) : mixed
Parameters
-
$values
: array<string|int, mixed>
-
Return values
mixed
—
private
configureForHtmlType(InputModelDB $pInputModel, array<string|int, mixed> $fieldConfig) : mixed
Parameters
-
$pInputModel
: InputModelDB
-
-
$fieldConfig
: array<string|int, mixed>
-
Return values
mixed
—