From e91083acfd8c0aeef6d915984a824e2360a95836 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 24 Jun 2013 13:01:55 +0530 Subject: [PATCH] added comment (CRM-12864) --- CRM/Utils/Hook.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index d7aaa183b1..c4a1137676 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -477,10 +477,11 @@ abstract class CRM_Utils_Hook { } /** - * This hook is called when rendering the tabs for an event (q=civicrm/event/manage) - * - * @param array $tabs - the array of tabs that will be displayed - * @param int $eventID - the eventID for whom the dashboard is being rendered + * This hook is called when rendering the tabs + * used for events and potentially contribution pages, etc + * @param string $tabset - name of the screen or visual element + * @param array $tabs - the array of tabs that will be displayed + * @param array $context - extra data about the screen or context in which the tab is used * * @return null * @access public -- 2.25.1