Singleton
- Namespace: \Redaxscript
- Description: abstract class to create a singleton class
- Package: Redaxscript
- Category: Singleton
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_instance | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | private | constructor of the class |
getInstance | public | get the instance |
clearInstance | public | clear the instance |
Method | Visibility | Description |