Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Msrp Class Reference

Public Member Functions

 __construct (AttributeFactory $eavAttributeFactory)
 

Protected Attributes

 $mapApplyToProductType = null
 
 $eavAttributeFactory
 

Detailed Description

Definition at line 11 of file Msrp.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( AttributeFactory  $eavAttributeFactory)
Parameters
AttributeFactory$eavAttributeFactory

Definition at line 26 of file Msrp.php.

28  {
29  $this->eavAttributeFactory = $eavAttributeFactory;
30  }

Field Documentation

◆ $eavAttributeFactory

$eavAttributeFactory
protected

Definition at line 21 of file Msrp.php.

◆ $mapApplyToProductType

$mapApplyToProductType = null
protected

Definition at line 16 of file Msrp.php.


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