Merge pull request #4004 from civicrm/4.4
[civicrm-core.git] / CRM / Extension / Downloader.php
index 4a6274efc5227e9031e1d3125f96cc0a80c8be15..3f166c87cce4b3d9ae7e3b75c09e14dade9e1b11 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -29,7 +29,7 @@
  * This class handles downloads of remotely-provided extensions
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -45,6 +45,7 @@ class CRM_Extension_Downloader {
   public $tmpDir;
 
   /**
+   * @param CRM_Extension_Manager $manager
    * @param string $containerDir the place to store downloaded & extracted extensions
    * @param string $tmpDir
    */
@@ -185,6 +186,9 @@ class CRM_Extension_Downloader {
   /**
    * Validate that $extractedZipPath contains valid for extension $key
    *
+   * @param $key
+   * @param $extractedZipPath
+   *
    * @return bool
    */
   function validateFiles($key, $extractedZipPath) {