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
Add factory bean to use bean as a factory, syntax in context file:
fooFactory:
class: Arthurh\Sphring\FakeBean\FooFactoryfoobean:
type: factorybeanId: fooFactory # bean to use as a factorybeanMethod: createFoo # method to use (it should return an object)constructor:#parameters to pass to the method
- value: myvalue