Class Money
- Doctrine\DBAL\Types\Type
-
Doctrine\DBAL\Types\IntegerType
-
Kdyby\DoctrineMoney\Types\Money
Namespace: Kdyby\DoctrineMoney\Types
Author: Filip Procházka <filip@prochazka.su>
Located at kdyby/doctrine-money/src/Kdyby/DoctrineMoney/Types/Money.php
Author: Filip Procházka <filip@prochazka.su>
Located at kdyby/doctrine-money/src/Kdyby/DoctrineMoney/Types/Money.php
public
string
|
|
public
mixed
|
#
convertToPHPValue( mixed $value,
Converts a value from its database representation to its PHP representation of this type. |
public
mixed
|
#
convertToDatabaseValue( mixed $value,
Converts a value from its PHP representation to its database representation of this type. |
getBindingType(),
getSQLDeclaration()
|
string |
MONEY
|
'money' |
BIGINT,
BINARY,
BLOB,
BOOLEAN,
DATE,
DATETIME,
DATETIMETZ,
DECIMAL,
FLOAT,
GUID,
INTEGER,
JSON_ARRAY,
OBJECT,
SIMPLE_ARRAY,
SMALLINT,
STRING,
TARRAY,
TEXT,
TIME
|