Changes between Version 7 and Version 8 of CiviCRM API - Adding Custom Values to Case Get


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

--

Legend:

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

    v7 v8  
    3535== [=#_civicrm_api3_get_options_from_params _civicrm_api3_get_options_from_params (api\v3\utils.php)]
    3636
    37 //Not Checked//
     37This function extracts the common API options from the parameters.  It also extracts and standardises the 'return' properties.  It calls nothing else of importance.
    3838
    3939== [=#CRM_Contact_BAO_Query::convertFormValues CRM_Contact_BAO_Query::convertFormValues (CRM/Contact/BAO/Query.php)]