Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| en:entwickler:plugin_manager [2026/02/08 12:10] – mightymcoder | en:entwickler:plugin_manager [2026/02/08 12:14] (current) – [Singleton / Basic Handling] mightymcoder | ||
|---|---|---|---|
| Line 616: | Line 616: | ||
| ^ Method ^ Description ^ Return ^ | ^ Method ^ Description ^ Return ^ | ||
| | getInstance() | Returns the singleton instance of the plugin class | PluginAbstract | | | getInstance() | Returns the singleton instance of the plugin class | PluginAbstract | | ||
| - | | __construct() | Protected constructor (singleton pattern) | void | | + | | < |
| - | | __clone() | Prevents cloning of the singleton | void | | + | | < |
| - | | __wakeup() | Prevents unserializing | void | | + | | < |
| ----- | ----- | ||