Table of Contents
-
convertToDatabaseValue()
: mixed
-
convertToPHPValue()
: mixed
-
getSQLDeclaration()
: mixed
convertToDatabaseValue()
public
convertToDatabaseValue(mixed $value, AbstractPlatform $platform) : mixed
Parameters
-
$value
: mixed
-
-
$platform
: AbstractPlatform
-
Return values
mixed
—
convertToPHPValue()
public
convertToPHPValue(mixed $value, AbstractPlatform $platform) : mixed
Parameters
-
$value
: mixed
-
-
$platform
: AbstractPlatform
-
Return values
mixed
—
getSQLDeclaration()
public
getSQLDeclaration(array<string|int, mixed> $fieldDeclaration, AbstractPlatform $platform) : mixed
Parameters
-
$fieldDeclaration
: array<string|int, mixed>
-
-
$platform
: AbstractPlatform
-
Return values
mixed
—