Merge pull request #4552 from giant-rabbit/preprocess-hook
[civicrm-core.git] / CRM / UF / Page / Group.php
index 8d3c3c5e27abd2a600c9c05c3618848c8ce02c12..184a07a08a1b86fff459b16f9ee784f4f1e93a8d 100644 (file)
@@ -400,6 +400,10 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
     $controller->run();
   }
 
+  /**
+   * @param $id
+   * @param $action
+   */
   function setContext($id, $action) {
     $context = CRM_Utils_Request::retrieve('context', 'String', $this);
 
@@ -419,6 +423,11 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
     $session->pushUserContext($url);
   }
 
+  /**
+   * @param $groupType
+   *
+   * @return array
+   */
   static function extractGroupTypes($groupType) {
     $returnGroupTypes = array();
     if (!$groupType) {