1 | <?php |
||
23 | class IbanType extends TextType |
||
24 | { |
||
25 | public function convertToDatabaseValue($value, AbstractPlatform $platform) : ?string |
||
33 | |||
34 | public function convertToPHPValue($value, AbstractPlatform $platform) : ?Iban |
||
42 | |||
43 | public function requiresSQLCommentHint(AbstractPlatform $platform) : bool |
||
47 | |||
48 | public function getName() |
||
52 | } |
||
53 |