60 \stdClass $stdClassObject,
64 $optionalNumValue = 9807,
65 $optionalStringValue =
'optional string',
66 $optionalArrayValue = [
'optionalKey' =>
'optionalValue']
68 $this->_stdClassObject = $stdClassObject;
69 $this->_withoutConstructorClassObject = $withoutConstructorClassObject;
70 $this->_someVariable = $someVariable;
71 $this->_optionalNumValue = $optionalNumValue;
72 $this->_optionalStringValue = $optionalStringValue;
73 $this->_optionalArrayValue = $optionalArrayValue;
74 $this->_constValue = $const;
125 \stdClass $stdClassObject,
127 $arrayVariable = [
'key' =>
'value']
129 $this->_stdClassObject = $stdClassObject;
130 $this->_runeTimeException = $runeTimeException;
131 $this->_arrayVariable = $arrayVariable;
152 parent::__construct($stdClassObject, $secondClass);
153 $this->_stdClassObject = $stdClassObject;
154 $this->_secondClass = $secondClass;
175 parent::__construct($secondClass, $stdClassObject);
176 $this->_stdClassObject = $stdClassObject;
177 $this->_secondClass = $secondClass;
198 parent::__construct($secondClass, $stdClassObject);
199 $this->_stdClassObject = $stdClassObject;
200 $this->_secondClass = $secondClass;
223 $this->argumentOne = $stdClassObject;
224 $this->argumentTwo = $secondClass;
__construct($message='', $code=0, Exception $previous=null)
__construct(\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $secondClass)
__construct(\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $secondClass)
$_withoutConstructorClassObject
__construct(\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $secondClass)
__construct(\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $runeTimeException, $arrayVariable=['key'=> 'value'])
__construct(\stdClass $stdClassObject, \ClassWithoutConstruct $withoutConstructorClassObject, $someVariable, $const =\ClassWithAllArgumentTypes::DEFAULT_VALUE, $optionalNumValue=9807, $optionalStringValue='optional string', $optionalArrayValue=['optionalKey'=> 'optionalValue'])
__construct(\stdClass $stdClassObject, \ClassExtendsDefaultPhpType $secondClass)