Method | Description | |
---|---|---|
convertToDatabaseValue ( boolean $bool, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string | ||
convertToPHPValue ( string $enumBool, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : boolean | ||
getName ( ) : string | ||
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string |
public convertToDatabaseValue ( boolean $bool, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string | ||
$bool | boolean | |
$platform | Doctrine\DBAL\Platforms\AbstractPlatform | |
return | string |
public convertToPHPValue ( string $enumBool, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : boolean | ||
$enumBool | string | |
$platform | Doctrine\DBAL\Platforms\AbstractPlatform | |
return | boolean |
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string | ||
$fieldDeclaration | array | |
$platform | Doctrine\DBAL\Platforms\AbstractPlatform | |
return | string |