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 a05c1d0 commit a805bffCopy full SHA for a805bff
src/Providers/Api/Gist.php
@@ -25,6 +25,14 @@ public function __construct(Adapter $adapter)
25
}
26
27
28
+ /**
29
+ * {@inheritdoc}
30
+ */
31
+ public function getDescription()
32
+ {
33
+ return $this->bag->get('description');
34
+ }
35
+
36
/**
37
* {@inheritdoc}
38
*/
@@ -35,6 +43,22 @@ public function getType()
43
44
45
46
47
48
49
+ public function getAuthorName()
50
51
+ return $this->bag->get('owner');
52
53
54
55
56
57
+ public function getPublishedTime()
58
59
+ return $this->bag->get('created_at');
60
61
62
39
63
40
64
0 commit comments