TYPO3 CMS  TYPO3_6-2
t3lib_object_tests_amixed_array Class Reference

Public Member Functions

 __construct (\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, array $myvalue=array('some'=> 'default'))
 

Public Attributes

 $b
 
 $c
 
 $myvalue
 

Detailed Description

test class A that depends on B and C and has a third default parameter in constructor

Definition at line 31 of file Testclasses.php.

Constructor & Destructor Documentation

◆ __construct()

t3lib_object_tests_amixed_array::__construct ( \t3lib_object_tests_b  $b,
\t3lib_object_tests_c  $c,
array  $myvalue = array('some' => 'default') 
)
Parameters
\t3lib_object_tests_b$b
\t3lib_object_tests_c$c
array$myvalue

Definition at line 44 of file Testclasses.php.

Member Data Documentation

◆ $b

t3lib_object_tests_amixed_array::$b

Definition at line 33 of file Testclasses.php.

◆ $c

t3lib_object_tests_amixed_array::$c

Definition at line 35 of file Testclasses.php.

◆ $myvalue

t3lib_object_tests_amixed_array::$myvalue

Definition at line 37 of file Testclasses.php.