Types
        
    Table of Contents
    
    
        Classes
        
    
    
                    - DateTimeType
- This custom type extends doctrine native DateTimeType to allow a
formatted string (in "Y-m-d H:i:s") directly, in addition to a DateTimeInterface.
- DateType
- This custom type extends doctrine native DateType to allow a
formatted string (in "Y-m-d") directly, in addition to a DateTimeInterface.
- SetType
- Type that maps a TYPE field.
- TimeType
- This custom type extends doctrine native TimeType to allow a
formatted string (in "H:i:s") directly, in addition to a DateTimeInterface.
- EnumType
- Replaced with {@see \Doctrine\DBAL\Types\EnumType}.