Changes between Version 18 and Version 19 of CiviCRM API - Adding Custom Values to Case Get


Ignore:
Timestamp:
11/27/13 10:49:04 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

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

    v18 v19  
    102102== [=#self::getFields self::getFields (CRM/Core/BAO/CustomField.php)]
    103103
    104 1. [#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]
    105 1. [#CRM_Contact_BAO_ContactType::getBasicType CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)]
     1041. CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php) - get the subtypes of the class.
     1051. CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)] - get the basic (parent?) contact type given the subtype.
    1061061. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]
    1071071. CRM_Core_Permission::customGroupClause - Get permission stuff
     
    135135
    136136Seems to reformat the value for the where clause based on its type.
    137 
    138 == [=#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]
    139 
    140 //Not Checked//
    141 
    142 == [=#CRM_Contact_BAO_ContactType::getBasicType CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)]
    143 
    144 //Not Checked//
    145137
    146138== [=#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]