PHP Class App\Listeners\InvoiceListener

Show file Open project: hillelcoren/invoice-ninja

Public Methods

Method Description
createdInvoice ( InvoiceWasCreated $event )
createdPayment ( PaymentWasCreated $event )
deletedPayment ( PaymentWasDeleted $event )
failedPayment ( PaymentFailed $event )
refundedPayment ( PaymentWasRefunded $event )
restoredPayment ( PaymentWasRestored $event )
updatedInvoice ( InvoiceWasUpdated $event )
viewedInvoice ( InvoiceInvitationWasViewed $event )
voidedPayment ( PaymentWasVoided $event )

Method Details

createdInvoice() public method

public createdInvoice ( InvoiceWasCreated $event )
$event App\Events\InvoiceWasCreated

createdPayment() public method

public createdPayment ( PaymentWasCreated $event )
$event App\Events\PaymentWasCreated

deletedPayment() public method

public deletedPayment ( PaymentWasDeleted $event )
$event App\Events\PaymentWasDeleted

failedPayment() public method

public failedPayment ( PaymentFailed $event )
$event App\Events\PaymentFailed

refundedPayment() public method

public refundedPayment ( PaymentWasRefunded $event )
$event App\Events\PaymentWasRefunded

restoredPayment() public method

public restoredPayment ( PaymentWasRestored $event )
$event App\Events\PaymentWasRestored

updatedInvoice() public method

public updatedInvoice ( InvoiceWasUpdated $event )
$event App\Events\InvoiceWasUpdated

viewedInvoice() public method

public viewedInvoice ( InvoiceInvitationWasViewed $event )
$event App\Events\InvoiceInvitationWasViewed

voidedPayment() public method

public voidedPayment ( PaymentWasVoided $event )
$event App\Events\PaymentWasVoided