TYPO3CMS
9.5
|
Public Member Functions | |
__construct (\t3lib_object_tests_c $c, \t3lib_object_tests_b $b) | |
Public Attributes | |
t3lib_object_tests_b | $b |
t3lib_object_tests_c | $c |
test class A that depends on B and C
Definition at line 12 of file Testclasses.php.
t3lib_object_tests_a::__construct | ( | \t3lib_object_tests_c | $c, |
\t3lib_object_tests_b | $b | ||
) |
\t3lib_object_tests_c | $c | |
\t3lib_object_tests_b | $b |
Definition at line 26 of file Testclasses.php.
t3lib_object_tests_b t3lib_object_tests_a::$b |
Definition at line 16 of file Testclasses.php.
Referenced by __construct().
t3lib_object_tests_c t3lib_object_tests_a::$c |
Definition at line 20 of file Testclasses.php.
Referenced by __construct().