PHP 클래스 WellCommerce\Bundle\PaymentBundle\Controller\Front\PaymentController

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$manager WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface

공개 메소드들

메소드 설명
cancelAction ( string $token )
confirmAction ( string $token )
executeAction ( string $token )
initializeAction ( string $token )
notifyAction ( string $token )

보호된 메소드들

메소드 설명
getManager ( ) : WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface

비공개 메소드들

메소드 설명
getPaymentProcessor ( string $name ) : WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface

메소드 상세

cancelAction() 공개 메소드

public cancelAction ( string $token )
$token string

confirmAction() 공개 메소드

public confirmAction ( string $token )
$token string

executeAction() 공개 메소드

public executeAction ( string $token )
$token string

getManager() 보호된 메소드

protected getManager ( ) : WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface
리턴 WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface

initializeAction() 공개 메소드

public initializeAction ( string $token )
$token string

notifyAction() 공개 메소드

public notifyAction ( string $token )
$token string

프로퍼티 상세

$manager 보호되어 있는 프로퍼티

protected PaymentManagerInterface,WellCommerce\Bundle\PaymentBundle\Manager $manager
리턴 WellCommerce\Bundle\PaymentBundle\Manager\PaymentManagerInterface