We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f3c06 commit b3f71b6Copy full SHA for b3f71b6
src/SDK/SDK.php
@@ -54,6 +54,7 @@ class SDK
54
'shareVia' => '',
55
'shareTags' => '',
56
'warning' => '',
57
+ 'gettingStarted' => '',
58
'readme' => '',
59
'changelog' => '',
60
'examples' => '',
@@ -386,6 +387,17 @@ public function setWarning($message)
386
387
return $this;
388
}
389
390
+ /**
391
+ * @param $message string
392
+ * @return $this
393
+ */
394
+ public function setGettingStarted($message)
395
+ {
396
+ $this->setParam('gettingStarted', $message);
397
+
398
+ return $this;
399
+ }
400
401
/**
402
* @param $text string
403
* @return $this
0 commit comments