PHP Class WellCommerce\Bundle\PaymentBundle\Controller\Front\PaymentController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
Exibir arquivo Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$manager WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface

Public Methods

Method Description
cancelAction ( string $token )
confirmAction ( string $token )
executeAction ( string $token )
initializeAction ( string $token )
notifyAction ( string $token )

Protected Methods

Method Description
getManager ( ) : WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface

Private Methods

Method Description
getPaymentProcessor ( string $name ) : WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface

Method Details

cancelAction() public method

public cancelAction ( string $token )
$token string

confirmAction() public method

public confirmAction ( string $token )
$token string

executeAction() public method

public executeAction ( string $token )
$token string

getManager() protected method

protected getManager ( ) : WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface
return WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface

initializeAction() public method

public initializeAction ( string $token )
$token string

notifyAction() public method

public notifyAction ( string $token )
$token string

Property Details

$manager protected_oe property

protected PaymentManagerInterface,WellCommerce\Bundle\PaymentBundle\Manager $manager
return WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface