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 4f92e9b commit d251fcdCopy full SHA for d251fcd
src/Theme.php
@@ -140,6 +140,11 @@ public function setVersion(string $version): self
140
return $this;
141
}
142
143
+ public function getVersion(): string
144
+ {
145
+ return $this->version;
146
+ }
147
+
148
/**
149
* Set theme description.
150
*/
@@ -150,6 +155,11 @@ public function setDescription(string $description): self
155
151
156
152
157
158
+ public function getDescription(): string
159
160
+ return $this->description;
161
162
153
163
154
164
* Set theme name.
165
0 commit comments