Skip to content
Snippets Groups Projects
Commit f87a8e30 authored by mattwire's avatar mattwire
Browse files

Add deprecated flag to functions

parent ee2c6cde
Branches
Tags
No related merge requests found
......@@ -38,6 +38,8 @@ class CRM_ACL_API {
*
* @return bool
* true if yes, else false
*
* @deprecated
*/
public static function check($str, $contactID = NULL) {
\CRM_Core_Error::deprecatedWarning(__CLASS__ . '::' . __FUNCTION__ . ' is deprecated.');
......
......@@ -188,6 +188,8 @@ SELECT acl.*
* @param int $contactID
*
* @return bool
*
* @deprecated
*/
public static function check($str, $contactID) {
\CRM_Core_Error::deprecatedWarning(__CLASS__ . '::' . __FUNCTION__ . ' is deprecated.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment