PHP Class Redaxscript\Singleton

Since: 2.2.0
Author: Henry Ruhs
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_instance array instance of the class

Méthodes publiques

Méthode Description
clearInstance ( ) : object clear the instance
getInstance ( ) : object get the instance

Private Methods

Méthode Description
__construct ( ) constructor of the class

Method Details

clearInstance() public static méthode

clear the instance
Since: 3.0.0
public static clearInstance ( ) : object
Résultat object

getInstance() public static méthode

get the instance
Since: 2.2.0
public static getInstance ( ) : object
Résultat object

Property Details

$_instance protected_oe static_oe property

instance of the class
protected static array $_instance
Résultat array