Changes between Version 9 and Version 10 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/27/13 08:41:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v9 v10 46 46 == [=#CRM_Contact_BAO_Query::fixDateValues CRM_Contact_BAO_Query::fixDateValues (CRM/Contact/BAO/Query.php)] 47 47 48 //Not Checked// 48 Splits a date range into a //to// and //from// parts. Calls no other methods of interest. 49 49 50 50 == [=#CRM_Contact_BAO_Query::fixWhereValues CRM_Contact_BAO_Query::fixWhereValues (CRM/Contact/BAO/Query.php)] 51 51 52 //Not Checked// 52 Converts a filter to a parameter into an array representing what type of where clause it should be. Calls no other methods of interest. 53 53 54 54 == [=#CRM_Core_DAO::createSqlFilter CRM_Core_DAO::createSqlFilter (CRM\Core\DAO.php)]