trait SingletonTrait (View source)

Singleton pattern trait

Methods

static $this
getInstance()

Get the class singleton instance

Details

static $this getInstance()

Get the class singleton instance

Return Value

$this Class singleton instance. If the singleton was not created yet, the instance will be created by calling the class constructor with the arguments given to the getInstance() method