Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
ThirdClassForParentCall Class Reference
Inheritance diagram for ThirdClassForParentCall:
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 134 of file ClassesForArgumentsReader.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 150 of file ClassesForArgumentsReader.php.

151  {
152  parent::__construct($stdClassObject, $secondClass);
153  $this->_stdClassObject = $stdClassObject;
154  $this->_secondClass = $secondClass;
155  }

Field Documentation

◆ $_secondClass

$_secondClass
protected

Definition at line 144 of file ClassesForArgumentsReader.php.

◆ $_stdClassObject

$_stdClassObject
protected

Definition at line 139 of file ClassesForArgumentsReader.php.


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