TYPO3 CMS  TYPO3_6-2
t3lib_object_tests_amixed_null Class Reference

Public Member Functions

 __construct (\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $myvalue=NULL)
 

Public Attributes

 $b
 
 $c
 
 $myvalue
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

t3lib_object_tests_amixed_null::__construct ( \t3lib_object_tests_b  $b,
\t3lib_object_tests_c  $c,
  $myvalue = NULL 
)
Parameters
\t3lib_object_tests_b$b
\t3lib_object_tests_c$c
mixed$myvalue

Definition at line 67 of file Testclasses.php.

Member Data Documentation

◆ $b

t3lib_object_tests_amixed_null::$b

Definition at line 56 of file Testclasses.php.

◆ $c

t3lib_object_tests_amixed_null::$c

Definition at line 58 of file Testclasses.php.

◆ $myvalue

t3lib_object_tests_amixed_null::$myvalue

Definition at line 60 of file Testclasses.php.