PHP Class Dumplie\CustomerService\Infrastructure\Doctrine\ORM\Type\Domain\PaymentStateType

Inheritance: extends Doctrine\DBAL\Types\IntegerType
Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
convertToDatabaseValue ( Dumplie\CustomerService\Domain\PaymentState $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : array | string
convertToPhpValue ( mixed $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : Dumplie\CustomerService\Domain\PaymentState
getName ( ) : string

Method Details

convertToDatabaseValue() public méthode

public convertToDatabaseValue ( Dumplie\CustomerService\Domain\PaymentState $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : array | string
$value Dumplie\CustomerService\Domain\PaymentState
$platform Doctrine\DBAL\Platforms\AbstractPlatform
Résultat array | string

convertToPhpValue() public méthode

public convertToPhpValue ( mixed $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : Dumplie\CustomerService\Domain\PaymentState
$value mixed
$platform Doctrine\DBAL\Platforms\AbstractPlatform
Résultat Dumplie\CustomerService\Domain\PaymentState

getName() public méthode

public getName ( ) : string
Résultat string