public $_defaults = array();
/**
- * The options passed into this form
+ * (QUASI-PROTECTED) The options passed into this form
+ *
+ * This field should marked `protected` and is not generally
+ * intended for external callers, but some edge-cases do use it.
+ *
* @var mixed
*/
- protected $_options = NULL;
+ public $_options = NULL;
/**
- * The mode of operation for this form
+ * (QUASI-PROTECTED) The mode of operation for this form
+ *
+ * This field should marked `protected` and is not generally
+ * intended for external callers, but some edge-cases do use it.
+ *
* @var int
*/
- protected $_action;
+ public $_action;
/**
* Available payment processors.