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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $configResource = $objectManager->get(\Magento\Config\Model\ResourceModel\Config::class)
 
 $config = $objectManager->get(\Magento\Config\App\Config\Type\System::class)
 
 $observer = $objectManager->get(\Magento\Framework\Event\Observer::class)
 
 $rate = $objectManager->create(\Magento\Directory\Model\ResourceModel\Currency::class)
 

Variable Documentation

◆ $config

$config = $objectManager->get(\Magento\Config\App\Config\Type\System::class)

Definition at line 35 of file second_website_with_second_currency.php.

◆ $configResource

$configResource = $objectManager->get(\Magento\Config\Model\ResourceModel\Config::class)

Definition at line 11 of file second_website_with_second_currency.php.

◆ $objectManager

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 9 of file second_website_with_second_currency.php.

◆ $observer

$observer = $objectManager->get(\Magento\Framework\Event\Observer::class)

Definition at line 38 of file second_website_with_second_currency.php.

◆ $rate

$rate = $objectManager->create(\Magento\Directory\Model\ResourceModel\Currency::class)

Definition at line 43 of file second_website_with_second_currency.php.