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

Public Member Functions

 __construct (\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $secondClass)
 
- Public Member Functions inherited from FirstClassForParentCall
 __construct (\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $runeTimeException, $arrayVariable=['key'=> 'value'])
 

Protected Attributes

 $_stdClassObject
 
 $_secondClass
 
- Protected Attributes inherited from FirstClassForParentCall
 $_stdClassObject
 
 $_runeTimeException
 
 $_arrayVariable
 

Detailed Description

Definition at line 157 of file ClassesForArgumentsReader.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \stdClass  $stdClassObject,
\ClassExtendsDefaultPhpType  $secondClass 
)
Parameters
stdClass$stdClassObject
ClassExtendsDefaultPhpType$secondClass

Definition at line 173 of file ClassesForArgumentsReader.php.

174  {
175  parent::__construct($secondClass, $stdClassObject);
176  $this->_stdClassObject = $stdClassObject;
177  $this->_secondClass = $secondClass;
178  }

Field Documentation

◆ $_secondClass

$_secondClass
protected

Definition at line 167 of file ClassesForArgumentsReader.php.

◆ $_stdClassObject

$_stdClassObject
protected

Definition at line 162 of file ClassesForArgumentsReader.php.


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