X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailSettings.php;h=df9707e098faf79e4bd3f33c358e8f69dd96c117;hb=8d219c3680f87e8a50cf28095feeebfbdcd28d17;hp=88f39c1e74c325020525ef78995261cbb8180a47;hpb=d5b9585b3da73a76dada27cfa2f791c6c4763cd5;p=civicrm-core.git diff --git a/api/v3/MailSettings.php b/api/v3/MailSettings.php index 88f39c1e74..df9707e098 100644 --- a/api/v3/MailSettings.php +++ b/api/v3/MailSettings.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -29,14 +29,13 @@ * This api exposes CiviCRM mail settings. * * @package CiviCRM_APIv3 - * @subpackage API_mail_settings */ /** - * Create or update a mail_settings. + * Create or update a MailSettings. * * @param array $params - * name/value pairs to insert in new 'mail_settings' + * name/value pairs to insert in new 'MailSettings' * * @return array * API result array. @@ -51,18 +50,17 @@ function civicrm_api3_mail_settings_create($params) { * The metadata is used for setting defaults, documentation & validation. * * @param array $params - * Array or parameters determined by getfields. + * Array of parameters determined by getfields. */ function _civicrm_api3_mail_settings_create_spec(&$params) { - } /** - * Returns array of mail_settings matching a set of one or more group properties. + * Returns array of MailSettings matching a set of one or more properties. * * @param array $params * Array of one or more property_name=>value pairs. - * If $params is set as null, all mail_settings will be returned + * If $params is set as null, all MailSettings will be returned. * * @return array * API result array. @@ -72,7 +70,7 @@ function civicrm_api3_mail_settings_get($params) { } /** - * Delete an existing mail_settings. + * Delete an existing MailSettings. * * @param array $params * [id]