PHP Class WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistory

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\PaymentBundle\Entity\PaymentStateHistoryInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
显示文件 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$comment string
$payment WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
$state string

Public Methods

Method Description
getComment ( ) : string
getPayment ( ) : WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
getState ( ) : string
setComment ( string $comment )
setPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment )
setState ( string $state )

Method Details

getComment() public method

public getComment ( ) : string
return string

getPayment() public method

public getPayment ( ) : WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
return WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface

getState() public method

public getState ( ) : string
return string

setComment() public method

public setComment ( string $comment )
$comment string

setPayment() public method

public setPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment )
$payment WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface

setState() public method

public setState ( string $state )
$state string

Property Details

$comment protected_oe property

protected string $comment
return string

$payment protected_oe property

protected PaymentInterface,WellCommerce\Bundle\PaymentBundle\Entity $payment
return WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface

$state protected_oe property

protected string $state
return string