From fe1b3e7ee98daa707ebcb94b96a86b76433674d7 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 3 Feb 2012 10:05:38 +0000 Subject: [PATCH] // Add a "@since 1.5.0" git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12964 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Carrier.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Carrier.php b/classes/Carrier.php index 768c2d4c9..52dd70bd0 100644 --- a/classes/Carrier.php +++ b/classes/Carrier.php @@ -1091,6 +1091,7 @@ class CarrierCore extends ObjectModel /** * Assign one (ore more) group to all carriers * + * @since 1.5.0 * @param int|array $id_group_list group id or list of group ids * @param array $exception list of id carriers to ignore */