X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FContactType.php;h=4cffddfe82c87fbe53fcd18a533a3520637b7507;hb=5d579f729adcfbdf476b4bfd36754b4f9671fd09;hp=411e9748c8b634c4d4bbcfbcb3daae9277a20021;hpb=194589ec517f0e86a7f038eb4ef9db342f3b294d;p=civicrm-core.git diff --git a/api/v3/ContactType.php b/api/v3/ContactType.php index 411e9748c8..4cffddfe82 100644 --- a/api/v3/ContactType.php +++ b/api/v3/ContactType.php @@ -1,8 +1,7 @@ value pairs. If $params is set * as null, all contact_types will be returned * - * @return array Array of matching contact_types - * @access public + * @return array + * Array of matching contact_types */ function civicrm_api3_contact_type_get($params) { civicrm_api3_verify_mandatory($params); @@ -85,14 +86,14 @@ function civicrm_api3_contact_type_get($params) { * This method is used to delete any existing contact_type. id of the group * to be deleted is required field in $params array * - * @param array $params array containing id of the group + * @param array $params + * Array containing id of the group. * to be deleted * - * @return array API Result Array + * @return array + * API Result Array * - * @access public */ function civicrm_api3_contact_type_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } -