Changes between Version 17 and Version 18 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/27/13 10:44:41 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v17 v18 106 106 1. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)] 107 107 1. CRM_Core_Permission::customGroupClause - Get permission stuff 108 1. [#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)]108 1. self::getTableName - gets the table name 109 109 1. [#CRM_Core_DAO::executeQuery CRM_Core_DAO::executeQuery (CRM/Core/DAO.php)] 110 110 … … 119 119 == [=#CRM_Core_DAO.query CRM_Core_DAO.query (CRM/Core/DAO.php)] 120 120 121 //Not Checked// 121 Runs the query, I think. 122 123 1. DB_DataObject.query (DB/DataObject.php) - i think this may be a in a library. 122 124 123 125 == [=#CRM_Core_DAO._constructor CRM_Core_DAO._constructor (CRM/Core/DAO.php)] 124 126 125 //Not Checked// 127 1. [#this.initialize this.initialize (CRM/Core/DAO.php)] 128 1. this->getTableName - dependent on the entity. 129 130 == [=#this.initialize this.initialize (CRM/Core/DAO.php)] 131 132 1. this._connect - from the library parent. 126 133 127 134 == [=#self::composeQuery self::composeQuery (CRM/Core/DAO.php)] 128 135 129 //Not Checked// 130 131 == [=#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)] 132 133 //Not Checked// 136 Seems to reformat the value for the where clause based on its type. 134 137 135 138 == [=#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]