File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class FileMetadata
9
9
public $ Description ; // String
10
10
public $ Signers ; // Map of <String,FormSets>
11
11
public $ FormSets ; // Map of <String,Map of <String,FormSetField>>
12
+ public $ setParaph ; // Boolean
12
13
13
14
function __construct (
14
15
$ displayName = null ,
@@ -21,6 +22,7 @@ function __construct(
21
22
$ this ->Description = $ description ;
22
23
$ this ->Signers = $ signers ;
23
24
$ this ->FormSets = $ formSets ;
25
+ $ this ->setParaph = $ setParaph ;
24
26
}
25
27
26
28
/**
@@ -117,4 +119,23 @@ public function setFormSets($FormSets)
117
119
118
120
return $ this ;
119
121
}
120
- }
122
+
123
+ /**
124
+ * @return null
125
+ */
126
+ public function getsetParaph ()
127
+ {
128
+ return $ this ->setParaph ;
129
+ }
130
+
131
+ /**
132
+ * @param false $setParaph
133
+ * @return FileMetadata
134
+ */
135
+ public function setsetParaph ($ setParaph )
136
+ {
137
+ $ this ->setParaph = $ setParaph ;
138
+
139
+ return $ this ;
140
+ }
141
+ }
You can’t perform that action at this time.
0 commit comments