Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:entwickler:plugin_manager [2026/02/08 12:10] mightymcoderen: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 | +<nowiki>__construct()</nowiki> | Protected constructor (singleton pattern) | void | 
-| __clone() | Prevents cloning of the singleton | void | +<nowiki>__clone()</nowiki> | Prevents cloning of the singleton | void | 
-| __wakeup() | Prevents unserializing | void |+<nowiki>__wakeup()</nowiki> | Prevents unserializing | void |
  
 ----- -----
  • en/entwickler/plugin_manager.1770549047.txt.gz
  • Last modified: 2026/02/08 12:10
  • by mightymcoder