PHP Class Ramsey\Uuid\Doctrine\UuidType
UUID fields will be stored as a string in the database and converted back to
the Uuid value object when querying.
Mostra file
Open project: ramsey/uuid-doctrine
Public Methods
Method Details
convertToDatabaseValue()
public method
public convertToDatabaseValue ( Ramsey\Uuid\Uuid | null $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
$value |
Ramsey\Uuid\Uuid | null |
|
$platform |
Doctrine\DBAL\Platforms\AbstractPlatform |
|
convertToPHPValue()
public method
getSQLDeclaration()
public method
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
$fieldDeclaration |
array |
|
$platform |
Doctrine\DBAL\Platforms\AbstractPlatform |
|