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

Public Member Functions

 __construct (\Context $context, \ClassA $exA)
 

Protected Attributes

 $_context
 
 $_exA
 

Detailed Description

Definition at line 82 of file ClassesForConstructorIntegrity.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Context  $context,
\ClassA  $exA 
)
Parameters
Context$context
ClassA$exA

Definition at line 98 of file ClassesForConstructorIntegrity.php.

99  {
100  $this->_context = $context;
101  $this->_exA = $exA;
102  }

Field Documentation

◆ $_context

$_context
protected

Definition at line 87 of file ClassesForConstructorIntegrity.php.

◆ $_exA

$_exA
protected

Definition at line 92 of file ClassesForConstructorIntegrity.php.


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