Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
ClassWithSuppressWarnings Class Reference

Public Member Functions

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

Protected Attributes

 $argumentOne
 
 $argumentTwo
 

Detailed Description

Definition at line 203 of file ClassesForArgumentsReader.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \stdClass  $stdClassObject,
\ClassExtendsDefaultPhpType  $secondClass 
)
Parameters
stdClass$stdClassObject
ClassExtendsDefaultPhpType$secondClass@SuppressWarnings(Magento.TypeDuplication)

Definition at line 221 of file ClassesForArgumentsReader.php.

222  {
223  $this->argumentOne = $stdClassObject;
224  $this->argumentTwo = $secondClass;
225  }

Field Documentation

◆ $argumentOne

$argumentOne
protected

Definition at line 208 of file ClassesForArgumentsReader.php.

◆ $argumentTwo

$argumentTwo
protected

Definition at line 213 of file ClassesForArgumentsReader.php.


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