Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
AfterAddressSave Class Reference
Inheritance diagram for AfterAddressSave:
ObserverInterface

Public Member Functions

 __construct (Data $weeeHelper, Manager $moduleManager, Config $cacheConfig, TaxAddressManagerInterface $addressManager)
 
- Public Member Functions inherited from ObserverInterface
 execute (Observer $observer)
 

Protected Attributes

 $weeeHelper
 

Detailed Description

Definition at line 16 of file AfterAddressSave.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( Data  $weeeHelper,
Manager  $moduleManager,
Config  $cacheConfig,
TaxAddressManagerInterface  $addressManager 
)
Parameters
Data$weeeHelper
Manager$moduleManager
Config$cacheConfig
TaxAddressManagerInterface$addressManager

Definition at line 50 of file AfterAddressSave.php.

55  {
56  $this->weeeHelper = $weeeHelper;
57  $this->moduleManager = $moduleManager;
58  $this->cacheConfig = $cacheConfig;
59  $this->addressManager = $addressManager;
60  }
$moduleManager
Definition: products.php:75

Field Documentation

◆ $weeeHelper

$weeeHelper
protected

Definition at line 21 of file AfterAddressSave.php.


The documentation for this class was generated from the following file: