From dc0c71cf000574357c98113ad366094e3c390b22 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 17 Nov 2015 15:13:51 +1300 Subject: [PATCH] comment fixes --- CRM/Report/Form.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index e1532b3037..780789cc02 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -295,11 +295,21 @@ class CRM_Report_Form extends CRM_Core_Form { protected $_selectedTables; /** - * Output mode e.g 'print', 'csv', 'pdf' + * Output mode e.g 'print', 'csv', 'pdf'. + * * @var string */ protected $_outputMode; + /** + * Format of any chart in use. + * + * (it's unclear if this could be merged with outputMode at this stage) + * + * @var + */ + protected $_format; + public $_having = NULL; public $_select = NULL; public $_selectClauses = array(); -- 2.25.1