X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FShowHideBlocks.php;h=c66b119ed4962fdb024c0e90f30787ab0c8e9e73;hb=d297c663649730f254bc72a28ffb8cfd9969f199;hp=1beece8d4cfa462e7668315eefe39ac662e4dc6f;hpb=b67022d16d25106799f57d39e9301b3f00af619c;p=civicrm-core.git diff --git a/CRM/Core/ShowHideBlocks.php b/CRM/Core/ShowHideBlocks.php index 1beece8d4c..c66b119ed4 100644 --- a/CRM/Core/ShowHideBlocks.php +++ b/CRM/Core/ShowHideBlocks.php @@ -61,8 +61,7 @@ class CRM_Core_ShowHideBlocks { * @param array $show initial value of show array * @param array $hide initial value of hide array * - * @return Object the newly created object - * @access public + * @return \CRM_Core_ShowHideBlocks the newly created object@access public */ function __construct($show = NULL, $hide = NULL) { if (!empty($show)) { @@ -175,10 +174,12 @@ class CRM_Core_ShowHideBlocks { /** * Create links that we can use in the form * - * @param CRM_Core_Form $form the form object - * @param string $prefix the attribute that we are referencing - * @param string $showLinkText the text to be shown for the show link - * @param string $hideLinkText the text to be shown for the hide link + * @param CRM_Core_Form $form the form object + * @param string $prefix the attribute that we are referencing + * @param string $showLinkText the text to be shown for the show link + * @param string $hideLinkText the text to be shown for the hide link + * + * @param bool $assign * * @static *