From a19392e764dfe4aca34996d4aac0d31104d3d920 Mon Sep 17 00:00:00 2001 From: Allen Shaw Date: Sat, 4 May 2013 13:41:26 -0700 Subject: [PATCH] Added "DEPRECATED" comment in a couple of CRM_Core_PseudoConstant methods. CRM-12464. ---------------------------------------- * CRM-12464: Search improvements in 4.4 http://issues.civicrm.org/jira/browse/CRM-12464 --- CRM/Core/PseudoConstant.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CRM/Core/PseudoConstant.php b/CRM/Core/PseudoConstant.php index b9552da6ef..7898a120e9 100644 --- a/CRM/Core/PseudoConstant.php +++ b/CRM/Core/PseudoConstant.php @@ -433,6 +433,8 @@ class CRM_Core_PseudoConstant { } /** + * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * * Get all Activty types. * * The static array activityType is returned @@ -1342,6 +1344,8 @@ WHERE id = %1"; } /** + * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * * Get all Visibility levels. * * The static array visibility is returned -- 2.25.1