X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailSettings.php;h=d136b8a66891d0e601d48ddf2c71b9f30ff2fa3f;hb=c23f45d399981b29f079169078644507b0afe390;hp=c298312018135e7c6567cea215343a1482d74aa6;hpb=8f6ae60501d5d64ddbc6269648e71247dee0ce1b;p=civicrm-core.git diff --git a/api/v3/MailSettings.php b/api/v3/MailSettings.php index c298312018..d136b8a668 100644 --- a/api/v3/MailSettings.php +++ b/api/v3/MailSettings.php @@ -1,8 +1,7 @@ value pairs. If $params is set - * as null, all mail_settingss will be returned + * as null, all mail_settings will be returned * - * @return array (referance) Array of matching mail_settingss + * @return array + * Array of matching mail_settings * {@getfields mail_settings_get} - * @access public */ function civicrm_api3_mail_settings_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); @@ -80,14 +82,14 @@ function civicrm_api3_mail_settings_get($params) { * This method is used to delete any existing mail_settings. 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 * {@getfields mail_settings_delete} - * @access public */ function civicrm_api3_mail_settings_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } -