PHP Interface WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\OrderBundle\Entity\OrderAwareInterface
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode Description
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 )

Method Details

addPaymentStateHistory() public méthode

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

getComment() public méthode

public getComment ( ) : string
Résultat string

getConfiguration() public méthode

public getConfiguration ( ) : array
Résultat array

getExternalIdentifier() public méthode

public getExternalIdentifier ( ) : string | null
Résultat string | null

getExternalToken() public méthode

public getExternalToken ( )

getPaymentStateHistory() public méthode

public getPaymentStateHistory ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getProcessor() public méthode

public getProcessor ( ) : string
Résultat string

getRedirectUrl() public méthode

public getRedirectUrl ( ) : string | null
Résultat string | null

getState() public méthode

public getState ( ) : string
Résultat string

getToken() public méthode

public getToken ( ) : string
Résultat string

isApproved() public méthode

public isApproved ( ) : boolean
Résultat boolean

isCancelled() public méthode

public isCancelled ( ) : boolean
Résultat boolean

isCreated() public méthode

public isCreated ( ) : boolean
Résultat boolean

isExpired() public méthode

public isExpired ( ) : boolean
Résultat boolean

isFailed() public méthode

public isFailed ( ) : boolean
Résultat boolean

isInProgress() public méthode

public isInProgress ( ) : boolean
Résultat boolean

isPending() public méthode

public isPending ( ) : boolean
Résultat boolean

setComment() public méthode

public setComment ( string $comment )
$comment string

setConfiguration() public méthode

public setConfiguration ( array $configuration )
$configuration array

setExternalIdentifier() public méthode

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

setExternalToken() public méthode

public setExternalToken ( $externalToken )

setProcessor() public méthode

public setProcessor ( string $processor )
$processor string

setRedirectUrl() public méthode

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

setState() public méthode

public setState ( string $state )
$state string

setToken() public méthode

public setToken ( string $token )
$token string