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

Go to the source code of this file.

Variables

 $objectManager = Bootstrap::getObjectManager()
 
 $customer = $objectManager->create(Customer::class)
 
 $secondWebsite = $objectManager->create(Website::class)
 
 $secondStore = $objectManager->create(Store::class)
 
 $customerAddress = $objectManager->create(Address::class)
 

Variable Documentation

◆ $customer

$customer = $objectManager->create(Customer::class)

Definition at line 19 of file two_addresses.php.

◆ $customerAddress

$customerAddress = $objectManager->create(Address::class)

Definition at line 71 of file two_addresses.php.

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 17 of file two_addresses.php.

◆ $secondStore

$secondStore = $objectManager->create(Store::class)

Definition at line 45 of file two_addresses.php.

◆ $secondWebsite

$secondWebsite = $objectManager->create(Website::class)

Definition at line 42 of file two_addresses.php.