Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
sales_order.php File Reference

Go to the source code of this file.

Variables

 $customer
 
 $order
 

Variable Documentation

◆ $customer

$customer
Initial value:
\Magento\Customer\Model\Customer::class
)->load(
1
)

Definition at line 8 of file sales_order.php.

◆ $order

$order
Initial value:
\Magento\Sales\Model\Order::class
)->loadByIncrementId(
'100000001'
)

Definition at line 15 of file sales_order.php.