class Application extends Singleton implements IApplication

Core Application Class

Properties

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

Methods

static Singleton:
getInstance()

Basic Singleton implementation

from Singleton
__construct()

Basic Constructor

from Singleton
__clone()

Clone Method

from Singleton

Details

in Singleton at line 29
static Singleton: getInstance()

Basic Singleton implementation

Return Value

Singleton:

in Singleton at line 42
protected __construct()

Basic Constructor

in Singleton at line 49
final protected __clone()

Clone Method