PHP Class WellCommerce\Bundle\PaymentBundle\Factory\PaymentMethodFactory

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$supportsInterface string

Public Methods

Method Description
create ( ) : WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface

Protected Methods

Method Description
getDefaultOrderStatus ( ) : WellCommerce\Bundle\OrderBundle\Entity\OrderStatusInterface
getDefaultProcessor ( ) : string

Method Details

create() public method

public create ( ) : WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface
return WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface

getDefaultOrderStatus() protected method

protected getDefaultOrderStatus ( ) : WellCommerce\Bundle\OrderBundle\Entity\OrderStatusInterface
return WellCommerce\Bundle\OrderBundle\Entity\OrderStatusInterface

getDefaultProcessor() protected method

protected getDefaultProcessor ( ) : string
return string

Property Details

$supportsInterface protected property

protected string $supportsInterface
return string