PHP Class Mage2\Order\Mail\OrderInvoicedMail

Inheritance: extends Illuminate\Mail\Mailable, use trait Illuminate\Bus\Queueable, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: mage2/laravel-ecommerce

Méthodes publiques

Свойство Type Description
$order Create a new message instance.

Protected Properties

Свойство Type Description
$path

Méthodes publiques

Méthode Description
__construct ( Order $order, $path )
build ( ) Build the message.

Method Details

__construct() public méthode

public __construct ( Order $order, $path )
$order Mage2\Order\Models\Order

build() public méthode

Build the message.
public build ( )

Property Details

$order public_oe property

Create a new message instance.
public $order

$path protected_oe property

protected $path