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


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

--

Legend:

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

    v17 v18  
    1061061. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]
    1071071. CRM_Core_Permission::customGroupClause - Get permission stuff
    108 1. [#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)]
     1081. self::getTableName - gets the table name
    1091091. [#CRM_Core_DAO::executeQuery CRM_Core_DAO::executeQuery (CRM/Core/DAO.php)]
    110110
     
    119119== [=#CRM_Core_DAO.query CRM_Core_DAO.query (CRM/Core/DAO.php)]
    120120
    121 //Not Checked//
     121Runs the query, I think.
     122
     1231. DB_DataObject.query (DB/DataObject.php) - i think this may be a in a library.
    122124
    123125== [=#CRM_Core_DAO._constructor CRM_Core_DAO._constructor (CRM/Core/DAO.php)]
    124126
    125 //Not Checked//
     1271. [#this.initialize this.initialize (CRM/Core/DAO.php)]
     1281. this->getTableName - dependent on the entity.
     129
     130== [=#this.initialize this.initialize (CRM/Core/DAO.php)]
     131
     1321. this._connect - from the library parent.
    126133
    127134== [=#self::composeQuery self::composeQuery (CRM/Core/DAO.php)]
    128135
    129 //Not Checked//
    130 
    131 == [=#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)]
    132 
    133 //Not Checked//
     136Seems to reformat the value for the where clause based on its type.
    134137
    135138== [=#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]