X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FSmsProvider.php;h=8b55c7a36c5262de963aa486f1d18a1b83980595;hb=4c12c9b771bde931077f56685b632bd34504b238;hp=45ca0323e9c5bccf08b039ff3c28d83225b9e6cb;hpb=29d98e1314e345f1b9044f5359c2d0a67f380d21;p=civicrm-core.git diff --git a/api/v3/SmsProvider.php b/api/v3/SmsProvider.php index 45ca0323e9..8b55c7a36c 100644 --- a/api/v3/SmsProvider.php +++ b/api/v3/SmsProvider.php @@ -23,38 +23,27 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** - * File for the CiviCRM APIv3 sms_provider functions + * This api exposes CiviCRM sms_provider records. * * @package CiviCRM_APIv3 - * @subpackage API_sms_provider - * */ /** - * Save an sms_provider - * - * Allowed @params array keys are: - * {@getfields sms_provider_create} - * @example sms_providerCreate.php + * Save an sms_provider. * * @param array $params * * @return array - * Array of newly created sms_provider property values. */ function civicrm_api3_sms_provider_create($params) { return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); } /** - * Get an sms_provider - * - * Allowed @params array keys are: - * {@getfields sms_provider_get} - * @example sms_providerCreate.php + * Get an sms_provider. * * @param array $params * @@ -66,11 +55,7 @@ function civicrm_api3_sms_provider_get($params) { } /** - * Delete an sms_provider - * - * Allowed @params array keys are: - * {@getfields sms_provider_delete} - * @example sms_providerCreate.php + * Delete an sms_provider. * * @param array $params *