Add comment blocks
[civicrm-core.git] / CRM / Extension / Manager / Search.php
index 46d74ffea2e8c424308e63db70fb02d0fc96f6a9..684d1027ca38a2ed5875d393a4c3859b03d142e6 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.                                    |
  |                                                                    |
  * This class stores logic for managing CiviCRM extensions.
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2017
  */
 class CRM_Extension_Manager_Search extends CRM_Extension_Manager_Base {
 
-  /**
-   */
   const CUSTOM_SEARCH_GROUP_NAME = 'custom_search';
 
   /**
+   * CRM_Extension_Manager_Search constructor.
    */
   public function __construct() {
     parent::__construct(TRUE);