PHP 클래스 App\Listeners\InvoiceListener

파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

공개 메소드들

메소드 설명
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 )

메소드 상세

createdInvoice() 공개 메소드

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

createdPayment() 공개 메소드

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

deletedPayment() 공개 메소드

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

failedPayment() 공개 메소드

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

refundedPayment() 공개 메소드

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

restoredPayment() 공개 메소드

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

updatedInvoice() 공개 메소드

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

viewedInvoice() 공개 메소드

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

voidedPayment() 공개 메소드

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