CRM-16019 - Expose date/time format preferences to clientside
[civicrm-core.git] / api / v3 / MailingComponent.php
index 6e8744a477708bcd067f6186b42dff35942e1201..db953772ed44c1f112fe351f6f833bf0fb338611 100644 (file)
  */
 
 /**
- * File for the CiviCRM APIv3 mailing_component functions
+ * This api exposes CiviCRM MailingComponent.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_mailing_component
  */
 
 /**
- * Save a mailing_component.
+ * Save a MailingComponent.
  *
  * @param array $params
  *
@@ -46,7 +45,7 @@ function civicrm_api3_mailing_component_create($params) {
 }
 
 /**
- * Get a mailing_component.
+ * Get a MailingComponent.
  *
  * @param array $params
  *
@@ -58,7 +57,7 @@ function civicrm_api3_mailing_component_get($params) {
 }
 
 /**
- * Delete a mailing_component.
+ * Delete a MailingComponent.
  *
  * @param array $params
  *