Closed NewKrok closed 7 years ago
It will be great if I could use a static-ref argument in a method call in the dsl. (The ref and the value works fine) for example:
<method-call name="register"> <argument static-ref="SomeClass.StaticVariable"/> <argument ref="SomeRef"/> </method-call>
It will be great if I could use a static-ref argument in a method call in the dsl. (The ref and the value works fine) for example: