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


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

--

Legend:

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

    v19 v20  
    1041041. CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php) - get the subtypes of the class.
    1051051. CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)] - get the basic (parent?) contact type given the subtype.
    106 1. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]
     1061. CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)] - gets a list of entity types (i think)
    1071071. CRM_Core_Permission::customGroupClause - Get permission stuff
    1081081. self::getTableName - gets the table name
     
    135135
    136136Seems to reformat the value for the where clause based on its type.
    137 
    138 == [=#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]
    139 
    140 //Not Checked//
    141137
    142138== [=#CRM_Core_Component::defaultReturnProperties CRM_Core_Component::defaultReturnProperties (CRM/Core/Component.php)]