Aeon\Doctrine\Calendar\Gregorian\DayType

View at GitHub ( 1.x )
Introduction

Class synopis

class final DayType extends DateTimeType implements PhpDateTimeMappingType
{
public getName ( void ) : mixed
public convertToDatabaseValue ( mixed $value , AbstractPlatform $platform ) : mixed
public convertToPHPValue ( mixed $value , AbstractPlatform $platform ) : mixed
public requiresSQLCommentHint ( AbstractPlatform $platform ) : mixed
public getSQLDeclaration ( array $column , AbstractPlatform $platform ) : mixed
public __construct ( void )
public getDefaultLength ( AbstractPlatform $platform ) : mixed
public static getTypeRegistry ( void ) : TypeRegistry
private static createTypeRegistry ( void ) : TypeRegistry
public static getType ( mixed $name ) : mixed
public static addType ( mixed $name , mixed $className ) : mixed
public static hasType ( mixed $name ) : mixed
public static overrideType ( mixed $name , mixed $className ) : mixed
public getBindingType ( void ) : mixed
public static getTypesMap ( void ) : mixed
public __toString ( void ) : mixed
public canRequireSQLConversion ( void ) : mixed
public convertToDatabaseValueSQL ( mixed $sqlExpr , AbstractPlatform $platform ) : mixed
public convertToPHPValueSQL ( mixed $sqlExpr , mixed $platform ) : mixed
public getMappedDatabaseTypes ( AbstractPlatform $platform ) : mixed
}
Table of Contents