TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
__construct (\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $myvalue=NULL) | |
Public Attributes | |
$b | |
$c | |
$myvalue | |
test class A that depends on B and C and has a third default parameter in constructor that defaults to NULL
Definition at line 54 of file Testclasses.php.
t3lib_object_tests_amixed_null::__construct | ( | \t3lib_object_tests_b | $b, |
\t3lib_object_tests_c | $c, | ||
$myvalue = NULL |
|||
) |
\t3lib_object_tests_b | $b | |
\t3lib_object_tests_c | $c | |
mixed | $myvalue |
Definition at line 67 of file Testclasses.php.
t3lib_object_tests_amixed_null::$b |
Definition at line 56 of file Testclasses.php.
t3lib_object_tests_amixed_null::$c |
Definition at line 58 of file Testclasses.php.
t3lib_object_tests_amixed_null::$myvalue |
Definition at line 60 of file Testclasses.php.