fix missing param in comment
authoreileen <emcnaughton@wikimedia.org>
Wed, 2 Dec 2015 02:11:47 +0000 (15:11 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 2 Dec 2015 02:11:47 +0000 (15:11 +1300)
api/v3/utils.php

index 1590bad76985f172123b181df5f465b0c369e4a1..106f7fb3cab26010b9189b934ae72a5dcd337a0c 100644 (file)
@@ -847,8 +847,12 @@ SELECT f.id, f.label, f.data_type,
  *   Are we just after the count.
  * @param int $mode
  *   This basically correlates to the component.
+ * @param null|array $defaultReturnProperties
+ *   Default return properties for the entity
+ *  (used if return not set - but don't do that - set return!).
  *
  * @return array
+ * @throws API_Exception
  */
 function _civicrm_api3_get_using_query_object($entity, $params, $additional_options = array(), $getCount = NULL, $mode = 1, $defaultReturnProperties = NULL) {
   $lowercase_entity = _civicrm_api_get_entity_name_from_camel($entity);