Changes between Version 9 and Version 10 of CiviCRM API - Adding Custom Values to Case Get


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

--

Legend:

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

    v9 v10  
    4646== [=#CRM_Contact_BAO_Query::fixDateValues CRM_Contact_BAO_Query::fixDateValues (CRM/Contact/BAO/Query.php)]
    4747
    48 //Not Checked//
     48Splits a date range into a //to// and //from// parts.  Calls no other methods of interest.
    4949
    5050== [=#CRM_Contact_BAO_Query::fixWhereValues CRM_Contact_BAO_Query::fixWhereValues (CRM/Contact/BAO/Query.php)]
    5151
    52 //Not Checked//
     52Converts a filter to a parameter into an array representing what type of where clause it should be.  Calls no other methods of interest.
    5353
    5454== [=#CRM_Core_DAO::createSqlFilter CRM_Core_DAO::createSqlFilter (CRM\Core\DAO.php)]