1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Update UPGRADE_TO_2_3

This commit is contained in:
Guilherme Blanco 2012-05-29 15:40:27 -03:00
parent 161ae31a7e
commit 15f76c62bb

View File

@ -20,8 +20,8 @@ not when they are set.
Also, related functions were affected:
* execute(ArrayCollection $parameters, $hydrationMode)
* iterate(ArrayCollection $parameters, $hydrationMode)
* setParameters(ArrayCollection $parameters)
* getParameters()
* getParameter($key)
* execute($parameters, $hydrationMode) the argument $parameters can be either an key=>value array or an ArrayCollection instance
* iterate($parameters, $hydrationMode) the argument $parameters can be either an key=>value array or an ArrayCollection instance
* setParameters($parameters) the argument $parameters can be either an key=>value array or an ArrayCollection instance
* getParameters() now returns ArrayCollection instead of array
* getParameter($key) now returns Parameter instance instead of parameter value