X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FPage%2FInstanceList.php;h=c603af071e93e0e172eac32b1b5ff7f4fda045b3;hb=ae5ffbb75cf5b11a3af6d2e3e63de84803b2801a;hp=7edf71f6ffb75b3e4c46061826664a6520ef22c0;hpb=174db15c1891faccf437a556444bfc76f8a819f8;p=civicrm-core.git diff --git a/CRM/Report/Page/InstanceList.php b/CRM/Report/Page/InstanceList.php index 7edf71f6ff..c603af071e 100644 --- a/CRM/Report/Page/InstanceList.php +++ b/CRM/Report/Page/InstanceList.php @@ -46,36 +46,35 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page { * Name of component if report list is filtered * * @var string - **/ + */ protected $_compName = NULL; /** * ID of component if report list is filtered * * @var int - **/ + */ protected $_compID = NULL; /** * ID of grouping if report list is filtered * * @var int - **/ + */ protected $_grouping = NULL; /** * ID of parent report template if list is filtered by template * * @var int - **/ + */ protected $_ovID = NULL; - /** * Title of parent report template if list is filtered by template * * @var string - **/ + */ protected $_title = NULL; /**