Method | Description | |
---|---|---|
convertToDatabaseValue ( |
||
convertToPHPValue ( string $imageFileName, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : |
||
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string |
Method | Description | |
---|---|---|
createFromString ( string $imageFileName ) : |
public convertToDatabaseValue ( |
||
$image | ||
$platform | Doctrine\DBAL\Platforms\AbstractPlatform | |
return | string |
public convertToPHPValue ( string $imageFileName, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : |
||
$imageFileName | string | |
$platform | Doctrine\DBAL\Platforms\AbstractPlatform | |
return |
abstract protected createFromString ( string $imageFileName ) : |
||
$imageFileName | string | |
return |
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string | ||
$fieldDeclaration | array | |
$platform | Doctrine\DBAL\Platforms\AbstractPlatform | |
return | string |