Skip to content
Snippets Groups Projects
Commit a19392e7 authored by Allen Shaw's avatar Allen Shaw Committed by colemanw
Browse files

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
parent 2158332a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment