Mark these methods as deprecated
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Mar 2010 19:30:25 +0000 (12:30 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Mar 2010 19:30:25 +0000 (12:30 -0700)
framework/Util/lib/Horde/Util.php

index 0f88af7..3765ebf 100644 (file)
@@ -217,6 +217,8 @@ class Horde_Util
      * there are existing parameters and whether to use ?, & or &amp; as the
      * glue.  All data will be urlencoded.
      *
+     * @deprecated
+     *
      * @param Horde_Url|string $url  The URL to modify.
      * @param mixed $parameter       Either the name value -or- an array of
      *                               name/value pairs.
@@ -252,6 +254,8 @@ class Horde_Util
     /**
      * Removes name=value pairs from a URL.
      *
+     * @deprecated
+     *
      * @param Horde_Url|string $url  The URL to modify.
      * @param mixed $remove          Either a single parameter to remove or an
      *                               array of parameters to remove.