PHP 클래스 Dumplie\CustomerService\Infrastructure\Doctrine\ORM\Type\Domain\PaymentStateType

상속: extends Doctrine\DBAL\Types\IntegerType
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
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

메소드 상세

convertToDatabaseValue() 공개 메소드

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

convertToPhpValue() 공개 메소드

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

getName() 공개 메소드

public getName ( ) : string
리턴 string