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.
Afficher le fichier
Open project: ramsey/uuid-doctrine
Méthodes publiques
Method Details
convertToDatabaseValue()
public méthode
public convertToDatabaseValue ( Ramsey\Uuid\Uuid | null $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
$value |
Ramsey\Uuid\Uuid | null |
|
$platform |
Doctrine\DBAL\Platforms\AbstractPlatform |
|
convertToPHPValue()
public méthode
getSQLDeclaration()
public méthode
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
$fieldDeclaration |
array |
|
$platform |
Doctrine\DBAL\Platforms\AbstractPlatform |
|