PHP 클래스 Sonata\PaymentBundle\Controller\DebugPaymentController

저자: Sylvain Deloux ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: sonata-project/ecommerce

공개 메소드들

메소드 설명
paymentAction ( ) : Response User choice action.
processPaymentAction ( ) : Reponse Process the User choice.

보호된 메소드들

메소드 설명
checkRequest ( ) : Sonata\Component\Order\OrderInterface Check the Request and return the current Order.
getDebugPayment ( ) : DebugPayment
getKernel ( ) : Kernel
getOrderManager ( ) : OrderManager
getRouter ( ) : Symfony\Component\Routing\RouterInterface

메소드 상세

checkRequest() 보호된 메소드

Check the Request and return the current Order.
protected checkRequest ( ) : Sonata\Component\Order\OrderInterface
리턴 Sonata\Component\Order\OrderInterface

getDebugPayment() 보호된 메소드

protected getDebugPayment ( ) : DebugPayment
리턴 Sonata\Component\Payment\Debug\DebugPayment

getKernel() 보호된 메소드

protected getKernel ( ) : Kernel
리턴 Symfony\Component\HttpKernel\Kernel

getOrderManager() 보호된 메소드

protected getOrderManager ( ) : OrderManager
리턴 Sonata\OrderBundle\Entity\OrderManager

getRouter() 보호된 메소드

protected getRouter ( ) : Symfony\Component\Routing\RouterInterface
리턴 Symfony\Component\Routing\RouterInterface

paymentAction() 공개 메소드

User choice action.
public paymentAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

processPaymentAction() 공개 메소드

Process the User choice.
public processPaymentAction ( ) : Reponse
리턴 Reponse