Merge pull request #4923 from colemanw/invoice_id
[civicrm-core.git] / api / v3 / Country.php
index 6676c1b3957f779cc57760a129f65015ed095d76..19eff2160c54d72334b1d4dc1c5c7c43647f727c 100644 (file)
@@ -46,10 +46,10 @@ require_once 'CRM/Core/DAO/Country.php';
  *
  * @example CountryCreate.php Standard Create Example
  *
+ * @param array $params
  * @return array
-   *   API result array
- * {@getfields country_create}
- * @access public
+ *   API result array
+ * @throws \API_Exception
  */
 function civicrm_api3_country_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_DAO(__FUNCTION__), $params);
@@ -74,9 +74,8 @@ function _civicrm_api3_country_create_spec(&$params) {
  * @example CountryDelete.php Standard Delete Example
  *
  * @return boolean
  *   | error  true if successfull, error otherwise
+ *   | error  true if successfull, error otherwise
  * {@getfields country_delete}
- * @access public
  */
 function civicrm_api3_country_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_DAO(__FUNCTION__), $params);
@@ -94,9 +93,8 @@ function civicrm_api3_country_delete($params) {
  *   An associative array of name/value pairs.
  *
  * @return array
  *   api result array
+ *   api result array
  * {@getfields country_get}
- * @access public
  */
 function civicrm_api3_country_get($params) {