From 15f76c62bb9a826939173f07f5fded7283e9f75b Mon Sep 17 00:00:00 2001 From: Guilherme Blanco Date: Tue, 29 May 2012 15:40:27 -0300 Subject: [PATCH] Update UPGRADE_TO_2_3 --- UPGRADE_TO_2_3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UPGRADE_TO_2_3 b/UPGRADE_TO_2_3 index c0b451f22..28e734a84 100644 --- a/UPGRADE_TO_2_3 +++ b/UPGRADE_TO_2_3 @@ -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) \ No newline at end of file +* 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 \ No newline at end of file