Class Single
-
MvcCore\Ext\Models\Db\Reader
implements
MvcCore\Ext\Models\Db\IReader
-
MvcCore\Ext\Models\Db\Readers\Single
implements
MvcCore\Ext\Models\Db\Readers\ISingle
Methods summary
public
object
|
#
ToInstance( string $fullClassName, integer $readingFlags = 0 )
Parameters
- $fullClassName
- $readingFlags
Returns
object
Inheritdocs
Implementation of
|
public
array
|
#
ToArray( )
Returns
array
Inheritdocs
Implementation of
|
public
stdClass
|
#
ToObject( )
Returns
stdClass
Inheritdocs
Implementation of
|
public
boolean|float|integer|null|string
|
#
ToScalar( string $valueColumnName, string $valueType = NULL )
Parameters
- $valueColumnName
- $valueType
Returns
boolean|float|integer|null|string
Inheritdocs
Implementation of
|
public
mixed
|
#
ToAny( callable $valueCompleter )
Parameters
Returns
mixed
Inheritdocs
Implementation of
|