PHP Class App\Events\InvoiceWasCreated

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

Méthodes publiques

Свойство Type Description
$invoice app\models\Invoice

Méthodes publiques

Méthode Description
__construct ( Invoice $invoice ) Create a new event instance.

Method Details

__construct() public méthode

Create a new event instance.
public __construct ( Invoice $invoice )
$invoice app\models\Invoice

Property Details

$invoice public_oe property

public Invoice,App\Models $invoice
Résultat app\models\Invoice