CRM-16112 add type for api _spec functions
[civicrm-core.git] / api / v3 / LocationType.php
index 5293a445e87612c485129f13faa2015c37dcd185..45618e6ccea959bfc7f62252e6af27bf42a9d3f0 100644 (file)
  */
 
 /**
- * This api exposes CiviCRM location type.
+ * This api exposes CiviCRM LocationType records.
  *
  * @package CiviCRM_APIv3
  */
 
 /**
- * Add a Location Type.
+ * Add a LocationType.
  *
  * @param array $params
  *
@@ -62,7 +62,7 @@ function _civicrm_api3_location_type_create_spec(&$params) {
 }
 
 /**
- * Deletes an existing Location Type.
+ * Deletes an existing LocationType.
  *
  * @param array $params
  *
@@ -74,7 +74,7 @@ function civicrm_api3_location_type_delete($params) {
 }
 
 /**
- * Retrieve one or more Location Types.
+ * Retrieve one or more LocationTypes.
  *
  * @param array $params
  *   An associative array of name/value pairs.