Merge pull request #3341 from systopia/CRM-14740
[civicrm-core.git] / CRM / Event / Selector / Search.php
index e3634558cc1fa3de40bc740ff3be195cc91627a2..c81664a5583665cb60e8c888de79c20076fd72e0 100644 (file)
@@ -510,10 +510,16 @@ class CRM_Event_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
     return self::$_columnHeaders;
   }
 
+  /**
+   * @return mixed
+   */
   function alphabetQuery() {
     return $this->_query->searchQuery(NULL, NULL, NULL, FALSE, FALSE, TRUE);
   }
 
+  /**
+   * @return string
+   */
   function &getQuery() {
     return $this->_query;
   }