PHP Class App\Events\InvoiceWasRestored

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

Public Properties

Property Type Description
$fromDeleted
$invoice app\models\Invoice

Public Methods

Method Description
__construct ( Invoice $invoice, $fromDeleted ) Create a new event instance.

Method Details

__construct() public method

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

Property Details

$fromDeleted public_oe property

public $fromDeleted

$invoice public_oe property

public Invoice,App\Models $invoice
return app\models\Invoice