fix a few comments
[civicrm-core.git] / CRM / Group / Page / AJAX.php
index 5482b3f52be178fa0627fc6f9e827f0c2aa750ff..2a346f8eac9c2a9065ec764e8cb599a6526c1b89 100644 (file)
  * This class contains the functions that are called using AJAX (jQuery)
  */
 class CRM_Group_Page_AJAX {
+  /**
+   * Get list of groups.
+   *
+   * @return array
+   */
   public static function getGroupList() {
     $params = $_REQUEST;