PHP 클래스 Mdb\PayPal\Ipn\Listener

파일 보기 프로젝트 열기: mike182uk/paypal-ipn-listener

공개 메소드들

메소드 설명
__construct ( Mdb\PayPal\Ipn\MessageFactory $messageFactory, Verifier $verifier, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
listen ( )
onInvalid ( callable $listener )
onVerificationFailure ( callable $listener )
onVerified ( callable $listener )

메소드 상세

__construct() 공개 메소드

public __construct ( Mdb\PayPal\Ipn\MessageFactory $messageFactory, Verifier $verifier, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$messageFactory Mdb\PayPal\Ipn\MessageFactory
$verifier Verifier
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

listen() 공개 메소드

public listen ( )

onInvalid() 공개 메소드

public onInvalid ( callable $listener )
$listener callable

onVerificationFailure() 공개 메소드

public onVerificationFailure ( callable $listener )
$listener callable

onVerified() 공개 메소드

public onVerified ( callable $listener )
$listener callable