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

Public Member Functions

 __construct (\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $runeTimeException, $arrayVariable=['key'=> 'value'])
 

Protected Attributes

 $_stdClassObject
 
 $_runeTimeException
 
 $_arrayVariable
 

Detailed Description

Definition at line 102 of file ClassesForArgumentsReader.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \stdClass  $stdClassObject,
\ClassExtendsDefaultPhpType  $runeTimeException,
  $arrayVariable = ['key' =,
'value']   
)
Parameters
stdClass$stdClassObject
ClassExtendsDefaultPhpType$runeTimeException
array$arrayVariable

Definition at line 124 of file ClassesForArgumentsReader.php.

128  {
129  $this->_stdClassObject = $stdClassObject;
130  $this->_runeTimeException = $runeTimeException;
131  $this->_arrayVariable = $arrayVariable;
132  }

Field Documentation

◆ $_arrayVariable

$_arrayVariable
protected

Definition at line 117 of file ClassesForArgumentsReader.php.

◆ $_runeTimeException

$_runeTimeException
protected

Definition at line 112 of file ClassesForArgumentsReader.php.

◆ $_stdClassObject

$_stdClassObject
protected

Definition at line 107 of file ClassesForArgumentsReader.php.


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