You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,6 +103,101 @@ protected function getFooServiceService()
97
103
}));
98
104
}
99
105
106
+
/**
107
+
* Gets the 'translator.loader_1' service.
108
+
*
109
+
* This service is shared.
110
+
* This method always returns the same instance of the service.
111
+
*
112
+
* @return \stdClass A stdClass instance
113
+
*/
114
+
protectedfunctiongetTranslator_Loader1Service()
115
+
{
116
+
return$this->services['translator.loader_1'] = new \stdClass();
117
+
}
118
+
119
+
/**
120
+
* Gets the 'translator.loader_2' service.
121
+
*
122
+
* This service is shared.
123
+
* This method always returns the same instance of the service.
124
+
*
125
+
* @return \stdClass A stdClass instance
126
+
*/
127
+
protectedfunctiongetTranslator_Loader2Service()
128
+
{
129
+
return$this->services['translator.loader_2'] = new \stdClass();
130
+
}
131
+
132
+
/**
133
+
* Gets the 'translator.loader_3' service.
134
+
*
135
+
* This service is shared.
136
+
* This method always returns the same instance of the service.
137
+
*
138
+
* @return \stdClass A stdClass instance
139
+
*/
140
+
protectedfunctiongetTranslator_Loader3Service()
141
+
{
142
+
return$this->services['translator.loader_3'] = new \stdClass();
143
+
}
144
+
145
+
/**
146
+
* Gets the 'translator_1' service.
147
+
*
148
+
* This service is shared.
149
+
* This method always returns the same instance of the service.
150
+
*
151
+
* @return \Symfony\Component\DependencyInjection\Tests\Fixtures\StubbedTranslator A Symfony\Component\DependencyInjection\Tests\Fixtures\StubbedTranslator instance
152
+
*/
153
+
protectedfunctiongetTranslator1Service()
154
+
{
155
+
return$this->services['translator_1'] = new \Symfony\Component\DependencyInjection\Tests\Fixtures\StubbedTranslator(new \Symfony\Component\DependencyInjection\ServiceLocator(array('translator.loader_1' => function () {
0 commit comments