PHP Class Mdb\PayPal\Ipn\Listener

Afficher le fichier Open project: mike182uk/paypal-ipn-listener

Méthodes publiques

Méthode Description
__construct ( Mdb\PayPal\Ipn\MessageFactory $messageFactory, Verifier $verifier, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
listen ( )
onInvalid ( callable $listener )
onVerificationFailure ( callable $listener )
onVerified ( callable $listener )

Method Details

__construct() public méthode

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 méthode

public listen ( )

onInvalid() public méthode

public onInvalid ( callable $listener )
$listener callable

onVerificationFailure() public méthode

public onVerificationFailure ( callable $listener )
$listener callable

onVerified() public méthode

public onVerified ( callable $listener )
$listener callable