Skip to content

Commit b3f71b6

Browse files
committed
getting started param
1 parent 92f3c06 commit b3f71b6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/SDK/SDK.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class SDK
5454
'shareVia' => '',
5555
'shareTags' => '',
5656
'warning' => '',
57+
'gettingStarted' => '',
5758
'readme' => '',
5859
'changelog' => '',
5960
'examples' => '',
@@ -386,6 +387,17 @@ public function setWarning($message)
386387
return $this;
387388
}
388389

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+
389401
/**
390402
* @param $text string
391403
* @return $this

0 commit comments

Comments
 (0)