PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.7.0
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.7.0
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
← All changes | includes/Core/Fallback/FormEntryMetaChange.php +0 -8 3.2.12.7.0 View file →
@@ -11,16 +11,8 @@
11 11 use BitCode\BitForm\Core\WorkFlow\WorkFlowHandler;
12 12
13 13 class FormEntryMetaChange
14 14 {
15 - private $formID;
16 -
17 - private $fieldKey;
18 -
19 - private $field_name;
20 -
21 - private $fallbackModel;
22 -
23 15 public function __construct()
24 16 {
25 17 $this->fallbackModel = new FallbackModel();
26 18 }