PHP Класс Sonata\PaymentBundle\Controller\PaymentController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
callbackAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response this action handler the callback sent from the bank.
confirmationAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response
errorAction ( ) : Response This action is called by the user after the sendbank In most case the order is already cancelled by a previous callback.
sendbankAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response this action redirect the user to the bank.
termsAction ( )

Защищенные методы

Метод Описание
getBasket ( ) : Basket
getBasketFactory ( ) : Sonata\Component\Basket\BasketFactoryInterface
getPaymentHandler ( ) : Sonata\Component\Payment\PaymentHandlerInterface

Описание методов

callbackAction() публичный Метод

this action handler the callback sent from the bank.
public callbackAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response
Результат Symfony\Bundle\FrameworkBundle\Controller\Response

confirmationAction() публичный Метод

public confirmationAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response
Результат Symfony\Bundle\FrameworkBundle\Controller\Response

errorAction() публичный Метод

This action is called by the user after the sendbank In most case the order is already cancelled by a previous callback.
public errorAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

getBasket() защищенный Метод

protected getBasket ( ) : Basket
Результат Sonata\Component\Basket\Basket

getBasketFactory() защищенный Метод

protected getBasketFactory ( ) : Sonata\Component\Basket\BasketFactoryInterface
Результат Sonata\Component\Basket\BasketFactoryInterface

getPaymentHandler() защищенный Метод

protected getPaymentHandler ( ) : Sonata\Component\Payment\PaymentHandlerInterface
Результат Sonata\Component\Payment\PaymentHandlerInterface

sendbankAction() публичный Метод

this action redirect the user to the bank.
public sendbankAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response
Результат Symfony\Bundle\FrameworkBundle\Controller\Response

termsAction() публичный Метод

public termsAction ( )