PHP 인터페이스 WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\OrderBundle\Entity\OrderAwareInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
addPaymentStateHistory ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface $paymentStateHistory )
getComment ( ) : string
getConfiguration ( ) : array
getExternalIdentifier ( ) : string | null
getExternalToken ( )
getPaymentStateHistory ( ) : Doctrine\Common\Collections\Collection
getProcessor ( ) : string
getRedirectUrl ( ) : string | null
getState ( ) : string
getToken ( ) : string
isApproved ( ) : boolean
isCancelled ( ) : boolean
isCreated ( ) : boolean
isExpired ( ) : boolean
isFailed ( ) : boolean
isInProgress ( ) : boolean
isPending ( ) : boolean
setComment ( string $comment )
setConfiguration ( array $configuration )
setExternalIdentifier ( string | null $identifier )
setExternalToken ( $externalToken )
setProcessor ( string $processor )
setRedirectUrl ( string | null $redirectUrl )
setState ( string $state )
setToken ( string $token )

메소드 상세

addPaymentStateHistory() 공개 메소드

public addPaymentStateHistory ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface $paymentStateHistory )
$paymentStateHistory WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface

getComment() 공개 메소드

public getComment ( ) : string
리턴 string

getConfiguration() 공개 메소드

public getConfiguration ( ) : array
리턴 array

getExternalIdentifier() 공개 메소드

public getExternalIdentifier ( ) : string | null
리턴 string | null

getExternalToken() 공개 메소드

public getExternalToken ( )

getPaymentStateHistory() 공개 메소드

public getPaymentStateHistory ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getProcessor() 공개 메소드

public getProcessor ( ) : string
리턴 string

getRedirectUrl() 공개 메소드

public getRedirectUrl ( ) : string | null
리턴 string | null

getState() 공개 메소드

public getState ( ) : string
리턴 string

getToken() 공개 메소드

public getToken ( ) : string
리턴 string

isApproved() 공개 메소드

public isApproved ( ) : boolean
리턴 boolean

isCancelled() 공개 메소드

public isCancelled ( ) : boolean
리턴 boolean

isCreated() 공개 메소드

public isCreated ( ) : boolean
리턴 boolean

isExpired() 공개 메소드

public isExpired ( ) : boolean
리턴 boolean

isFailed() 공개 메소드

public isFailed ( ) : boolean
리턴 boolean

isInProgress() 공개 메소드

public isInProgress ( ) : boolean
리턴 boolean

isPending() 공개 메소드

public isPending ( ) : boolean
리턴 boolean

setComment() 공개 메소드

public setComment ( string $comment )
$comment string

setConfiguration() 공개 메소드

public setConfiguration ( array $configuration )
$configuration array

setExternalIdentifier() 공개 메소드

public setExternalIdentifier ( string | null $identifier )
$identifier string | null

setExternalToken() 공개 메소드

public setExternalToken ( $externalToken )

setProcessor() 공개 메소드

public setProcessor ( string $processor )
$processor string

setRedirectUrl() 공개 메소드

public setRedirectUrl ( string | null $redirectUrl )
$redirectUrl string | null

setState() 공개 메소드

public setState ( string $state )
$state string

setToken() 공개 메소드

public setToken ( string $token )
$token string