Merge pull request #3357 from eileenmcnaughton/CRM-14743
[civicrm-core.git] / CRM / Utils / JSON.php
index a779e30b995894af353d041bdc4ac59104083370..e55663698162c03e7f607fc3c0cb668663ab79d9 100644 (file)
@@ -63,9 +63,10 @@ class CRM_Utils_JSON {
   /**
    * Function to encode json format for flexigrid, NOTE: "id" should be present in $params for each row
    *
-   * @param array  $params associated array of values rows
-   * @param int    $page  page no for selector
-   * @param array  $selectorElements selector rows
+   * @param array $params associated array of values rows
+   * @param int $page page no for selector
+   * @param $total
+   * @param array $selectorElements selector rows
    *
    * @return json encode string
    */