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

Public Member Functions

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

Protected Attributes

 $customerSession
 
 $weeeHelper
 

Detailed Description

Definition at line 17 of file CustomerLoggedIn.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 56 of file CustomerLoggedIn.php.

61  {
62  $this->weeeHelper = $weeeHelper;
63  $this->moduleManager = $moduleManager;
64  $this->cacheConfig = $cacheConfig;
65  $this->addressManager = $addressManager;
66  }
$moduleManager
Definition: products.php:75

Field Documentation

◆ $customerSession

$customerSession
protected

Definition at line 22 of file CustomerLoggedIn.php.

◆ $weeeHelper

$weeeHelper
protected

Definition at line 27 of file CustomerLoggedIn.php.


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