TYPO3CMS
9.5
|
Public Member Functions | |
__construct (\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, array $myvalue=['some'=> 'default']) | |
Public Attributes | |
t3lib_object_tests_b | $b |
t3lib_object_tests_c | $c |
array | $myvalue |
test class A that depends on B and C and has a third default parameter in constructor
Definition at line 36 of file Testclasses.php.
t3lib_object_tests_amixed_array::__construct | ( | \t3lib_object_tests_b | $b, |
\t3lib_object_tests_c | $c, | ||
array | $myvalue = ['some' = , |
||
'default'] | |||
) |
\t3lib_object_tests_b | $b | |
\t3lib_object_tests_c | $c | |
array | $myvalue |
Definition at line 55 of file Testclasses.php.
t3lib_object_tests_b t3lib_object_tests_amixed_array::$b |
Definition at line 40 of file Testclasses.php.
Referenced by __construct().
t3lib_object_tests_c t3lib_object_tests_amixed_array::$c |
Definition at line 44 of file Testclasses.php.
Referenced by __construct().
array t3lib_object_tests_amixed_array::$myvalue |
Definition at line 48 of file Testclasses.php.
Referenced by __construct().