X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FHook%2FJoomla.php;h=976ab038c8eb68a03aa3ed404fe2889f6a3f2b67;hb=e72924229165e83a3c39896c2e3d22ca1dbd7300;hp=f63d9d2b2a6daa9646efa1b0bf6f7d5eedc00f41;hpb=06b69b1899b6304f7832f6d4d2f5af4a0acfde8c;p=civicrm-core.git diff --git a/CRM/Utils/Hook/Joomla.php b/CRM/Utils/Hook/Joomla.php index f63d9d2b2a..976ab038c8 100644 --- a/CRM/Utils/Hook/Joomla.php +++ b/CRM/Utils/Hook/Joomla.php @@ -2,7 +2,7 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -34,6 +34,40 @@ * */ class CRM_Utils_Hook_Joomla extends CRM_Utils_Hook { + /** + * Invoke hooks + * + * @param int $numParams + * Number of parameters to pass to the hook. + * @param mixed $arg1 + * Parameter to be passed to the hook. + * @param mixed $arg2 + * Parameter to be passed to the hook. + * @param mixed $arg3 + * Parameter to be passed to the hook. + * @param mixed $arg4 + * Parameter to be passed to the hook. + * @param mixed $arg5 + * Parameter to be passed to the hook. + * @param mixed $arg6 + * Parameter to be passed to the hook. + * @param string $fnSuffix + * Function suffix, this is effectively the hook name. + * + * @return mixed + */ + /** + * @param int $numParams + * @param mixed $arg1 + * @param mixed $arg2 + * @param mixed $arg3 + * @param mixed $arg4 + * @param mixed $arg5 + * @param mixed $arg6 + * @param string $fnSuffix + * + * @return mixed + */ function invoke($numParams, &$arg1, &$arg2, &$arg3, &$arg4, &$arg5, &$arg6, $fnSuffix @@ -93,4 +127,3 @@ class CRM_Utils_Hook_Joomla extends CRM_Utils_Hook { } } } -