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

Public Member Functions

 __construct (\Context $context, \ClassA $exA, \ClassB $exB)
 
- Public Member Functions inherited from ClassArgumentAlreadyInjectedIntoContext
 __construct (\Context $context, \ClassA $exA)
 

Protected Attributes

 $_context
 
 $_exA
 
 $_exB
 
- Protected Attributes inherited from ClassArgumentAlreadyInjectedIntoContext
 $_context
 
 $_exA
 

Detailed Description

Definition at line 104 of file ClassesForConstructorIntegrity.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 126 of file ClassesForConstructorIntegrity.php.

127  {
128  parent::__construct($exA, $context);
129  $this->_context = $context;
130  $this->_exA = $exA;
131  $this->_exB = $exB;
132  }

Field Documentation

◆ $_context

$_context
protected

Definition at line 109 of file ClassesForConstructorIntegrity.php.

◆ $_exA

$_exA
protected

Definition at line 114 of file ClassesForConstructorIntegrity.php.

◆ $_exB

$_exB
protected

Definition at line 119 of file ClassesForConstructorIntegrity.php.


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