Changes between Version 14 and Version 15 of CiviCRM API - Adding Custom Values to Case Get


Ignore:
Timestamp:
11/27/13 09:55:44 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM API - Adding Custom Values to Case Get

    v14 v15  
    7171== [=#query._construct query._construct (CRM/contact/BAO/Query.php)]
    7272
     73The constructor refers to {{{self}}} (the current class) and {{{this}}} (the current object).
     74
     751. [#self.defaultReturnProperties self.defaultReturnProperties (CRM/contact/BAO/Query.php)]
     761. [#this.setOperator this.setOperator (CRM/contact/BAO/Query.php)]
     771. [#CRM_Contact_BAO_Contact::exportableFields CRM_Contact_BAO_Contact::exportableFields (CRM/contact/BAO/Query.php)]
     781. [#CRM_Core_Component::getQueryFields CRM_Core_Component::getQueryFields (CRM/Core/Component.php)]
     791. [#CRM_Activity_BAO_Activity::exportableFields CRM_Activity_BAO_Activity::exportableFields (CRM/Activity/BAO/Activity.php)]
     801. [#CRM_Contact_BAO_Query_Hook::singleton.getFields CRM_Contact_BAO_Query_Hook::singleton.getFields (CRM/Contact/BAO/Query/Hook.php)]
     811. [#this.initialize this.initialize (CRM/contact/BAO/Query.php)]
     82
     83== [=#self.defaultReturnProperties self.defaultReturnProperties (CRM/contact/BAO/Query.php)]
     84
    7385//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
    74111
    75112== [=#query.generatePermissionClause query.generatePermissionClause (CRM/contact/BAO/Query.php)]
     
    96133
    97134//Not Checked//
     135