PHP Class App\Listeners\CreditListener

Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$creditRepo App\Ninja\Repositories\CreditRepository

Méthodes publiques

Méthode Description
__construct ( CreditRepository $creditRepo ) CreditListener constructor.
deletedPayment ( PaymentWasDeleted $event )
refundedPayment ( PaymentWasRefunded $event )

Method Details

__construct() public méthode

CreditListener constructor.
public __construct ( CreditRepository $creditRepo )
$creditRepo App\Ninja\Repositories\CreditRepository

deletedPayment() public méthode

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

refundedPayment() public méthode

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

Property Details

$creditRepo protected_oe property

protected CreditRepository,App\Ninja\Repositories $creditRepo
Résultat App\Ninja\Repositories\CreditRepository