X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FExtension.php;h=2dfbe7728aa3b99e67ea6b1013f84ac4e241cd3a;hb=0b2bdd13e190523e68f8ee762b825eaa0a801e4b;hp=2bbd45af13cca4e73787d38bad017e3fd6922371;hpb=725b3de6f03330ab5e310f397fc0336fe551ec6f;p=civicrm-core.git diff --git a/api/v3/Extension.php b/api/v3/Extension.php index 2bbd45af13..2dfbe7728a 100644 --- a/api/v3/Extension.php +++ b/api/v3/Extension.php @@ -29,13 +29,9 @@ define('API_V3_EXTENSION_DELIMITER', ','); /** - * File for the CiviCRM APIv3 extension functions + * This api exposes CiviCRM extension. * * @package CiviCRM_APIv3 - * @subpackage API_Extension - * - * @copyright CiviCRM LLC (c) 2004-2014 - * @version $Id$ */ /** @@ -43,9 +39,9 @@ define('API_V3_EXTENSION_DELIMITER', ','); * * @param array $params * Input parameters. - * - key: string, eg "com.example.myextension" - * - keys: mixed; array of string, eg array("com.example.myextension1", "com.example.myextension2") or string with comma-delimited list - * using 'keys' should be more performant than making multiple API calls with 'key' + * - key: string, eg "com.example.myextension" + * - keys: mixed; array of string, eg array("com.example.myextension1", "com.example.myextension2") or string with comma-delimited list + * Using 'keys' should be more performant than making multiple API calls with 'key'. * * @return array * API result @@ -175,7 +171,6 @@ function civicrm_api3_extension_uninstall($params) { * @throws API_Exception * @return array * API result - * @example ExtensionDownload.php */ function civicrm_api3_extension_download($params) { if (!array_key_exists('key', $params)) {