Merge pull request #4923 from colemanw/invoice_id
[civicrm-core.git] / api / v3 / File.php
index cacdb7a46fb9b595e233889c39fa557337252b7a..f99dd393593d165abfed49a0eb87c9d5c30099bf 100644 (file)
@@ -49,7 +49,6 @@
  *
  * @return array
  *   Array of newly created file property values.
- * @access public
  */
 function civicrm_api3_file_create($params) {
 
@@ -87,7 +86,6 @@ function civicrm_api3_file_create($params) {
  *
  * @return array
  *   Array of all found file object property values.
- * @access public
  */
 function civicrm_api3_file_get($params) {
   civicrm_api3_verify_one_mandatory($params);
@@ -100,12 +98,8 @@ function civicrm_api3_file_get($params) {
  * This api is used for updating an existing file.
  * Required parameters : id of a file
  *
- * @param array $paramsAn array of name/value property values of civicrm_file.
- *   An array of name/value property values of civicrm_file.
- *
+ * @param array $params
  * @return array
- *   Array of updated file object property values
- * @access public
  */
 function civicrm_api3_file_update($params) {
 
@@ -137,7 +131,6 @@ function civicrm_api3_file_update($params) {
  *
  * @return array
  *   API result array
- * @access public
  */
 function civicrm_api3_file_delete($params) {