CRM-20673: maintain same tag order on both edit form and manage tag page
[civicrm-core.git] / CRM / Core / Module.php
index 634c300013d963d2598d5334f8747a0fe1548096..cc5072107fde84a3ffd936ed1cd6b85d8f996bcc 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -31,7 +31,7 @@
  * a Joomla Plugin.
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
+ * @copyright CiviCRM LLC (c) 2004-2017
  * $Id$
  *
  */
@@ -58,6 +58,11 @@ class CRM_Core_Module {
 
   /**
    * Get a list of all known modules.
+   *
+   * @param bool $fresh
+   *   Force new results?
+   *
+   * @return array
    */
   public static function getAll($fresh = FALSE) {
     static $result;