class Singleton

Abstract Singleton Class

Properties

static protected multiple: $_instances Array of \jtl\Connector\Core\Utilities\Singleton Objects

Methods

static Singleton:
getInstance()

Basic Singleton implementation

__construct()

Basic Constructor

__clone()

Clone Method

Details

at line 29
static Singleton: getInstance()

Basic Singleton implementation

Return Value

Singleton:

at line 42
protected __construct()

Basic Constructor

at line 49
final protected __clone()

Clone Method