SingletonTrait
Table of Contents
- $instance : self|null
- getInstance() : self
- reset() : void
- setInstance() : void
- make() : self
Properties
$instance
private
static self|null
$instance
= null
Methods
getInstance()
public
static getInstance() : self
Return values
self —reset()
public
static reset() : void
Return values
void —setInstance()
public
static setInstance(self $instance) : void
Parameters
- $instance : self
Return values
void —make()
private
static make() : self