PHP Class App\Events\PaymentWasDeleted

Inheritance: extends App\Events\Event, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: hillelcoren/invoice-ninja

Méthodes publiques

Свойство Type Description
$payment app\models\Payment

Méthodes publiques

Méthode Description
__construct ( Payment $payment ) Create a new event instance.

Method Details

__construct() public méthode

Create a new event instance.
public __construct ( Payment $payment )
$payment app\models\Payment

Property Details

$payment public_oe property

public Payment,App\Models $payment
Résultat app\models\Payment