Merge pull request #4123 from eileenmcnaughton/CRM-15296
[civicrm-core.git] / CRM / Utils / Recent.php
index e02d1738d92fb15d7e194dabb5ea0814ac89ff82..504ad85826fea35a122bdf8d87ea43c59961d51b 100644 (file)
@@ -86,11 +86,16 @@ class CRM_Utils_Recent {
   /**
    * add an item to the recent stack
    *
-   * @param string $title  the title to display
-   * @param string $url    the link for the above title
-   * @param string $icon   a link to a graphical image
-   * @param string $id     object id
+   * @param string $title the title to display
+   * @param string $url the link for the above title
+   * @param string $id object id
    *
+   * @param $type
+   * @param $contactId
+   * @param $contactName
+   * @param array $others
+   *
+   * @internal param string $icon a link to a graphical image
    * @return void
    * @access public
    * @static