Go to the documentation of this file.
130 $this->myvalue = $someDefaultParameter;
211 $this->dependency = $i;
334 $this->o2 = $cyclic2;
358 $this->o1 = $cyclic1;
366 $this->o3 = $cyclic3;
385 $this->o1 = $cyclic1;
522 $this->dependency = $dependency;
536 $this->dependency = $dependency;
550 $this->dependency = $dependency;
564 $this->dependency = $dependency;
580 if ($this->initialized) {
581 throw new \Exception(
'initializeObject was called a second time', 1433944932);
583 $this->initialized =
true;
t3lib_object_tests_resolveablecyclic3 $o3
injectClassB(\t3lib_object_tests_b $o)
injectFoo(\t3lib_object_tests_resolveablecyclic1 $c1)
__construct(\t3lib_object_singleton $dependency)
t3lib_object_tests_resolveablecyclic2 $o2
injectExtensionSettings(array $settings)
__construct(\t3lib_object_tests_c $c, \t3lib_object_tests_b $b)
t3lib_object_tests_resolveablecyclic1 $o1
t3lib_object_prototype $dependency
injectFoo(\t3lib_object_tests_cyclic1WithSetterDependency $c)
injectFoo(\t3lib_object_tests_cyclic2WithSetterDependency $c)
injectingFoo(\t3lib_object_tests_resolveablecyclic1 $c1)
__construct(\t3lib_object_tests_cyclic2 $c)
__construct(\t3lib_object_singleton $dependency)
t3lib_object_tests_resolveablecyclic1 $o1
t3lib_object_singleton $dependency
injectDependency(\t3lib_object_singleton $dependency)
injectCyclic1(\t3lib_object_tests_resolveablecyclic1 $cyclic1)
injectCyclic3(\t3lib_object_tests_resolveablecyclic3 $cyclic3)
injectDependency(\t3lib_object_singleton $dependency)
__construct(\t3lib_object_tests_someinterface $i)
injectDependency(\t3lib_object_prototype $dependency)
injectDependency(\t3lib_object_prototype $dependency)
__construct(\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $myvalue=null)
__construct(\t3lib_object_tests_cyclic1 $c)
__construct(\t3lib_object_prototype $dependency)
injectCyclic1(\t3lib_object_tests_resolveablecyclic1 $cyclic1)
t3lib_object_prototype $dependency
__construct(\t3lib_object_tests_resolveablecyclic2 $cyclic2)
injectSettings(array $settings)
t3lib_object_tests_b_child $bchild
__construct(\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, $someDefaultParameter=['some'=> 'default'])
__construct(\t3lib_object_tests_b $b, \t3lib_object_tests_c $c, array $myvalue=['some'=> 'default'])
setClassBChild(\t3lib_object_tests_b_child $o)
__construct(\t3lib_object_prototype $dependency)
t3lib_object_singleton $dependency
__construct(\t3lib_object_tests_c $c)