Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\stdClass $stdClassObject, \ClassWithoutConstruct $withoutConstructorClassObject, $someVariable, $const =\ClassWithAllArgumentTypes::DEFAULT_VALUE, $optionalNumValue=9807, $optionalStringValue='optional string', $optionalArrayValue=['optionalKey'=> 'optionalValue']) | |
Data Fields | |
const | DEFAULT_VALUE = 'Const Value' |
Protected Attributes | |
$_stdClassObject | |
$_withoutConstructorClassObject | |
$_someVariable | |
$_optionalNumValue | |
$_optionalStringValue | |
$_optionalArrayValue | |
$_constValue | |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Coding Standards have to be ignored in this file, as it is just a data source for tests. @codingStandardsIgnoreStart
Definition at line 11 of file ClassesForArgumentsReader.php.
__construct | ( | \stdClass | $stdClassObject, |
\ClassWithoutConstruct | $withoutConstructorClassObject, | ||
$someVariable, | |||
$const = \ClassWithAllArgumentTypes::DEFAULT_VALUE , |
|||
$optionalNumValue = 9807 , |
|||
$optionalStringValue = 'optional string' , |
|||
$optionalArrayValue = ['optionalKey' = , |
|||
'optionalValue'] | |||
) |
stdClass | $stdClassObject | |
ClassWithoutConstruct | $withoutConstructorClassObject | |
mixed | $someVariable | |
string | $const | |
int | $optionalNumValue | |
string | $optionalStringValue | |
array | $optionalArrayValue |
Definition at line 59 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 48 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 43 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 33 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 38 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 28 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 18 of file ClassesForArgumentsReader.php.
|
protected |
Definition at line 23 of file ClassesForArgumentsReader.php.
const DEFAULT_VALUE = 'Const Value' |
Definition at line 13 of file ClassesForArgumentsReader.php.