File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class Metadata extends Base {
25
25
protected $ excerpt ;
26
26
protected $ campaignData ;
27
27
protected $ transparentToolbar ;
28
+ protected $ videoURL ;
28
29
29
30
/**
30
31
* Define optional properties.
@@ -44,6 +45,7 @@ protected function optional() {
44
45
'excerpt ' ,
45
46
'campaignData ' ,
46
47
'transparentToolbar ' ,
48
+ 'videoURL ' ,
47
49
));
48
50
}
49
51
@@ -309,6 +311,26 @@ public function setTransparentToolbar($value) {
309
311
return $ this ;
310
312
}
311
313
314
+ /**
315
+ * Getter for videoURL.
316
+ */
317
+ public function getVideoURL () {
318
+ return $ this ->videoURL ;
319
+ }
320
+
321
+ /**
322
+ * Setter for videoURL.
323
+ *
324
+ * @param string $videoURL
325
+ * Video URL.
326
+ *
327
+ * @return $this
328
+ */
329
+ public function setVideoURL ($ videoURL ) {
330
+ $ this ->videoURL = $ videoURL ;
331
+ return $ this ;
332
+ }
333
+
312
334
/**
313
335
* Validates the keywords attribute.
314
336
*/
You can’t perform that action at this time.
0 commit comments