TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
__construct (\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $someDefaultParameter=array('some'=> 'default')) | |
Public Attributes | |
$b | |
$c | |
$myvalue | |
test class A that depends on B and C and has a third default parameter in constructor
Definition at line 77 of file Testclasses.php.
t3lib_object_tests_amixed_array_singleton::__construct | ( | \t3lib_object_tests_b | $b, |
\t3lib_object_tests_c | $c, | ||
$someDefaultParameter = array('some' => 'default') |
|||
) |
\t3lib_object_tests_b | $b | |
\t3lib_object_tests_c | $c | |
array | $someDefaultParameter |
Definition at line 90 of file Testclasses.php.
t3lib_object_tests_amixed_array_singleton::$b |
Definition at line 79 of file Testclasses.php.
t3lib_object_tests_amixed_array_singleton::$c |
Definition at line 81 of file Testclasses.php.
t3lib_object_tests_amixed_array_singleton::$myvalue |
Definition at line 83 of file Testclasses.php.