Case, Campaign, Language PseudoConstants CRM-12464
[civicrm-core.git] / CRM / Core / PseudoConstant.php
index d70e769ac62d8c8f24bdbe112d6418d0c4739c8e..bad70b4eee3cc4b56053429d1597a6e6c78b65ef 100644 (file)
@@ -1261,6 +1261,7 @@ WHERE  id = %1";
   }
 
   /**
+   * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object.
    * Get all active payment processors
    *
    * The static array paymentProcessor is returned
@@ -1295,7 +1296,7 @@ WHERE  id = %1";
   }
 
   /**
-   * Get all active payment processors
+   * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object.
    *
    * The static array paymentProcessorType is returned
    *