Merge pull request #4123 from eileenmcnaughton/CRM-15296
[civicrm-core.git] / CRM / Utils / Recent.php
index 9383535d82ec7143dbc1cc7894e35fdeff0395d2..504ad85826fea35a122bdf8d87ea43c59961d51b 100644 (file)
@@ -2,9 +2,9 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -29,7 +29,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -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