X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FResources.php;h=97f03f5d84f55f4e6177ca435a73bf84890a964f;hb=dc195289d598fae6feedab517c4ababcdb840541;hp=af9c6932fbeb505d5bff8f184365445bf505312e;hpb=d366b2d70ea6c3e387faa6a1f777eeb0c6844834;p=civicrm-core.git diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index af9c6932fb..97f03f5d84 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -1,7 +1,7 @@ . * - * @param $ext string, extension name; use 'civicrm' for core - * @param $file string, file path -- relative to the extension base dir - * @param $weight int, relative weight within a given region - * @param $region string, location within the file; 'html-header', 'page-header', 'page-footer' + * @param string $ext + * extension name; use 'civicrm' for core. + * @param string $file + * file path -- relative to the extension base dir. + * @param int $weight + * relative weight within a given region. + * @param string $region + * location within the file; 'html-header', 'page-header', 'page-footer'. * @param $translate, whether to parse this file for strings enclosed in ts() * * @return CRM_Core_Resources @@ -174,9 +181,11 @@ class CRM_Core_Resources { /** * Add a JavaScript file to the current page using