X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FRecent.php;h=504ad85826fea35a122bdf8d87ea43c59961d51b;hb=0554664067cdf3fb0f8e9210481a3346b905394a;hp=1d65dacac10f42cb1b4ec56e67c062c6409f9997;hpb=7791c05ff3b621589d135f3a01189d7f0a563db9;p=civicrm-core.git diff --git a/CRM/Utils/Recent.php b/CRM/Utils/Recent.php index 1d65dacac1..504ad85826 100644 --- a/CRM/Utils/Recent.php +++ b/CRM/Utils/Recent.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | 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