Changes between Version 14 and Version 15 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/27/13 09:55:44 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v14 v15 71 71 == [=#query._construct query._construct (CRM/contact/BAO/Query.php)] 72 72 73 The constructor refers to {{{self}}} (the current class) and {{{this}}} (the current object). 74 75 1. [#self.defaultReturnProperties self.defaultReturnProperties (CRM/contact/BAO/Query.php)] 76 1. [#this.setOperator this.setOperator (CRM/contact/BAO/Query.php)] 77 1. [#CRM_Contact_BAO_Contact::exportableFields CRM_Contact_BAO_Contact::exportableFields (CRM/contact/BAO/Query.php)] 78 1. [#CRM_Core_Component::getQueryFields CRM_Core_Component::getQueryFields (CRM/Core/Component.php)] 79 1. [#CRM_Activity_BAO_Activity::exportableFields CRM_Activity_BAO_Activity::exportableFields (CRM/Activity/BAO/Activity.php)] 80 1. [#CRM_Contact_BAO_Query_Hook::singleton.getFields CRM_Contact_BAO_Query_Hook::singleton.getFields (CRM/Contact/BAO/Query/Hook.php)] 81 1. [#this.initialize this.initialize (CRM/contact/BAO/Query.php)] 82 83 == [=#self.defaultReturnProperties self.defaultReturnProperties (CRM/contact/BAO/Query.php)] 84 73 85 //Not Checked// 86 87 == [=#this.setOperator this.setOperator (CRM/contact/BAO/Query.php)] 88 89 //Not Checked// 90 91 == [=#CRM_Contact_BAO_Contact::exportableFields CRM_Contact_BAO_Contact::exportableFields (CRM/contact/BAO/Query.php)] 92 93 //Not Checked// 94 95 == [=#CRM_Core_Component::getQueryFields CRM_Core_Component::getQueryFields (CRM/contact/BAO/Query.php)] 96 97 //Not Checked// 98 99 == [=#CRM_Activity_BAO_Activity::exportableFields CRM_Activity_BAO_Activity::exportableFields (CRM/Activity/BAO/Activity.php)] 100 101 //Not Checked// 102 103 == [=#CRM_Contact_BAO_Query_Hook::singleton.getFields CRM_Contact_BAO_Query_Hook::singleton.getFields (CRM/Contact/BAO/Query/Hook.php)] 104 105 //Not Checked// 106 107 == [=#this.initialize this.initialize (CRM/contact/BAO/Query.php)] 108 109 //Not Checked// 110 74 111 75 112 == [=#query.generatePermissionClause query.generatePermissionClause (CRM/contact/BAO/Query.php)] … … 96 133 97 134 //Not Checked// 135