47 $this->myvalue = $myvalue;
70 $this->myvalue = $myvalue;
93 $this->myvalue = $someDefaultParameter;
164 $this->dependency = $i;
252 $this->settings = $settings;
267 $this->o2 = $cyclic2;
284 $this->o1 = $cyclic1;
291 $this->o3 = $cyclic3;
306 $this->o1 = $cyclic1;
369 $this->dependency = $dependency;
387 $this->dependency = $dependency;
405 $this->dependency = $dependency;
423 $this->dependency = $dependency;
436 $this->dependency = $dependency;
449 $this->dependency = $dependency;
462 $this->dependency = $dependency;
475 $this->dependency = $dependency;
486 protected $initialized = FALSE;
489 if ($this->initialized) {
490 throw new \Exception(
'initializeObject was called a second time', 1433944932);
492 $this->initialized = TRUE;
499 return $this->initialized;
__construct(\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $someDefaultParameter=array('some'=> 'default'))
injectCyclic3(\t3lib_object_tests_resolveablecyclic3 $cyclic3)
injectFoo(\t3lib_object_tests_cyclic2WithSetterDependency $c)
__construct(\t3lib_object_tests_resolveablecyclic2 $cyclic2)
__construct(\t3lib_object_tests_c $c, \t3lib_object_tests_b $b)
__construct(\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $myvalue=NULL)
injectCyclic1(\t3lib_object_tests_resolveablecyclic1 $cyclic1)
__construct(\t3lib_object_singleton $dependency)
injectClassB(\t3lib_object_tests_b $o)
__construct(\t3lib_object_tests_someinterface $i)
injectSettings(array $settings)
__construct(\t3lib_object_tests_cyclic2 $c)
injectCyclic1(\t3lib_object_tests_resolveablecyclic1 $cyclic1)
injectDependency(\t3lib_object_singleton $dependency)
__construct(\t3lib_object_prototype $dependency)
__construct(\t3lib_object_prototype $dependency)
injectExtensionSettings(array $settings)
injectFoo(\t3lib_object_tests_cyclic1WithSetterDependency $c)
__construct(\t3lib_object_singleton $dependency)
injectDependency(\t3lib_object_prototype $dependency)
__construct(\t3lib_object_tests_cyclic1 $c)
injectDependency(\t3lib_object_singleton $dependency)
setClassBChild(\t3lib_object_tests_b_child $o)
injectFoo(\t3lib_object_tests_resolveablecyclic1 $c1)
injectDependency(\t3lib_object_prototype $dependency)
injectingFoo(\t3lib_object_tests_resolveablecyclic1 $c1)
__construct(\t3lib_object_tests_c $c)
__construct(\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, array $myvalue=array('some'=> 'default'))