Add comment blocks
[civicrm-core.git] / CRM / Extension / Manager / Search.php
index 3d3fa13ba64b7dbe64b7292896c8a96751487763..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
+ * @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);
     $this->groupId = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionGroup',