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

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

Public Methods

Method Description
convertToDatabaseValue ( Dumplie\CustomerService\Domain\OrderState $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : array | string
convertToPhpValue ( mixed $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : Dumplie\CustomerService\Domain\OrderState
getName ( ) : string

Method Details

convertToDatabaseValue() public method

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

convertToPhpValue() public method

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

getName() public method

public getName ( ) : string
return string