File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/Core/Framework/Plugin/AvailableOpensourcePlugin Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ class AvailableOpensourcePluginEntity extends Entity
3232
3333 protected string $ availableVersion ;
3434
35+ protected string $ pluginId ;
36+
3537 protected PluginEntity $ plugin ;
3638
3739 public function getName (): string
@@ -134,6 +136,16 @@ public function setAvailableVersion(string $availableVersion): void
134136 $ this ->availableVersion = $ availableVersion ;
135137 }
136138
139+ public function getPluginId (): string
140+ {
141+ return $ this ->pluginId ;
142+ }
143+
144+ public function setPluginId (string $ pluginId ): void
145+ {
146+ $ this ->pluginId = $ pluginId ;
147+ }
148+
137149 public function getPlugin (): PluginEntity
138150 {
139151 return $ this ->plugin ;
You can’t perform that action at this time.
0 commit comments