* instance object. the params array could contain additional unused name/value
* pairs
*
- * @param array $params (reference ) an assoc array of name/value pairs
+ * @param array $params
+ * (reference ) an assoc array of name/value pairs.
*
* @return CRM_Report_DAO_ReportInstance object
* @static
*
* This function is invoked from within the web form layer and also from the api layer
*
- * @param array $params (reference ) an assoc array of name/value pairs
+ * @param array $params
+ * (reference ) an assoc array of name/value pairs.
*
* @return CRM_Report_BAO_ReportInstance object
* @static
* @todo - could not find any instances where this is called
*
* @param unknown_type $relative
- * @param String $from
- * @param String_type $to
+ * @param string $from
+ * @param string_type $to
*
* @return string|NULL
*/
/**
* Does table name have columns in SELECT clause?
*
- * @param string $tableName Name of table (index of $this->_columns array)
+ * @param string $tableName
+ * Name of table (index of $this->_columns array).
*
* @return bool
*/
*
* adding address fields to construct function in reports
*
- * @param bool $groupBy Add GroupBy? Not appropriate for detail report
- * @param bool $orderBy Add GroupBy? Not appropriate for detail report
+ * @param bool $groupBy
+ * Add GroupBy? Not appropriate for detail report.
+ * @param bool $orderBy
+ * Add GroupBy? Not appropriate for detail report.
* @param bool $filters
* @param array $defaults
*
/*
* adding address fields to construct function in reports
- * @param array $options Options for the report
+ * @param array $options
+ * Options for the report.
* - prefix prefix to add (e.g. 'honor' when getting address details for honor contact
* - prefix_label optional prefix lable eg. "Honoree " for front end
* - group_by enable these fields for group by - default false
/**
* Get userContext params
*
- * @param int $mode mode that we are in
+ * @param int $mode
+ * Mode that we are in.
*
* @return string
*/
* stipulated in $_GET or in a report Preview, but which haven't yet been
* saved in the report instance.
*
- * @param array $defaults The report criteria that aren't coming in as submitted form values, as in CRM_Report_Form::_defaults
- * @param array $params All effective report criteria, as in CRM_Report_Form::_params
+ * @param array $defaults
+ * The report criteria that aren't coming in as submitted form values, as in CRM_Report_Form::_defaults.
+ * @param array $params
+ * All effective report criteria, as in CRM_Report_Form::_params.
*
* @return string URL query string
*/