Closed aliokan closed 7 years ago
singleton-access attribute is an historic heritage from pixlib (2004).
singleton-access
singleton-access attribute name does not reflect the reality anymore and should be renamed to static-call.
static-call
<root name="applicationContext"> <gateway id="gateway" value="http://localhost/amfphp/gateway.php"/> <service id="service" type="hex.ioc.parser.xml.mock.MockServiceProvider" static-call="getInstance"> <method-call name="setGateway"> <argument ref="gateway" /> </method-call> </service> </root>
singleton-access
attribute is an historic heritage from pixlib (2004).singleton-access
attribute name does not reflect the reality anymore and should be renamed tostatic-call
.