Trait Converters
Direct Known Users
MvcCore\Ext\Models\Db\Models\MySql, MvcCore\Ext\Models\Db\Models\PgSql, MvcCore\Ext\Models\Db\Models\Resource, MvcCore\Ext\Models\Db\Models\SQLite, MvcCore\Ext\Models\Db\Models\SqlSrv, MvcCore\Ext\Models\Model, MvcCore\ModelIndirect Known Users
MvcCore\Ext\Auths\Basics\Role, MvcCore\Ext\Auths\Basics\User, MvcCore\Ext\Auths\Basics\Users\Database, MvcCore\Ext\Auths\Basics\Users\SystemConfig
protected static
integer|float|string|null
|
#
convertToScalar( boolean|integer|float|string|DateTimeInterface|DateInterval|bool[]|int[]|float[]|string[]||DateTimeInterface[]|DateInterval[]|null $value, array $formatArgs = [] )
Convert |
protected static
float
|
#
convertIntervalToFloat( DateInterval $interval )
Convert date interval to total microseconds float. |
protected static
string|null
|
#
getKeyConversionMethod( integer $keysConversionFlags = 0 )
Return protected static conversion method by given conversion flag to convert database column name into property name or back. |
protected static
string
|
#
convertPropCaseInsensitive( string $key, string $toolsClass, string $csKeysMap )
Return key proper case sensitive value by given case sensitive map. |
protected static
string
|
#
convertPropUnderscoresToPascalcase( string $key, string $toolsClass, string $csKeysMap )
Return key proper case sensitive value by given case sensitive map. |
protected static
string
|
#
convertPropUnderscoresToCamelcase( string $key, string $toolsClass, string $csKeysMap )
Return camel case key from underscore case key. |
protected static
string
|
#
convertPropPascalcaseToUnderscores( string $key, string $toolsClass, string $csKeysMap )
Return underscore case key from pascal case key. |
protected static
string
|
#
convertPropPascalcaseToCamelcase( string $key, string $toolsClass, string $csKeysMap )
Return camel case key from pascal case key. |
protected static
string
|
#
convertPropCamelcaseToUnderscores( string $key, string $toolsClass, string $csKeysMap )
Return underscore case key from camel case key. |
protected static
string
|
#
convertPropCamelcaseToPascalcase( string $key, string $toolsClass, string $csKeysMap )
Return pascal case key from camel case key. |