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

Inheritance: extends Doctrine\DBAL\Types\IntegerType
Datei anzeigen Open project: dumplie/dumplie

Public Methods

Method 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 method

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

convertToPhpValue() public method

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

getName() public method

public getName ( ) : string
return string