public $_lineItems;
/**
- * @var soft credit info
+ * @var array soft credit info
*/
public $_softCreditInfo;
protected $_formType;
+
+ /**
+ * @todo what on earth does cdType stand for????
+ * @var
+ */
protected $_cdType;
public $_honoreeProfileType;
* Retrieve a value from the request (GET/POST/REQUEST)
*
* @param $name string name of the variable to be retrieved
- * @param $type type of the variable (see CRM_Utils_Type for details)
+ * @param $type string type of the variable (see CRM_Utils_Type for details)
* @param $store session scope where variable is stored
* @param bool|\is $abort is this variable required
* @param $default default value of the variable if not present