Update UPGRADE_TO_2_3
This commit is contained in:
parent
161ae31a7e
commit
15f76c62bb
@ -20,8 +20,8 @@ not when they are set.
|
|||||||
|
|
||||||
Also, related functions were affected:
|
Also, related functions were affected:
|
||||||
|
|
||||||
* execute(ArrayCollection $parameters, $hydrationMode)
|
* execute($parameters, $hydrationMode) the argument $parameters can be either an key=>value array or an ArrayCollection instance
|
||||||
* iterate(ArrayCollection $parameters, $hydrationMode)
|
* iterate($parameters, $hydrationMode) the argument $parameters can be either an key=>value array or an ArrayCollection instance
|
||||||
* setParameters(ArrayCollection $parameters)
|
* setParameters($parameters) the argument $parameters can be either an key=>value array or an ArrayCollection instance
|
||||||
* getParameters()
|
* getParameters() now returns ArrayCollection instead of array
|
||||||
* getParameter($key)
|
* getParameter($key) now returns Parameter instance instead of parameter value
|
Loading…
x
Reference in New Issue
Block a user