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

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 196 of file ClassesForArgumentsReader.php.

197  {
198  parent::__construct($secondClass, $stdClassObject);
199  $this->_stdClassObject = $stdClassObject;
200  $this->_secondClass = $secondClass;
201  }

Field Documentation

◆ $_secondClass

$_secondClass
protected

Definition at line 190 of file ClassesForArgumentsReader.php.

◆ $_stdClassObject

$_stdClassObject
protected

Definition at line 185 of file ClassesForArgumentsReader.php.


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