Property | Type | Description | |
---|---|---|---|
$instance | Class instance |
Method | Description | |
---|---|---|
getInstance ( ) : mixed | Return the instance of the class |
Method | Description | |
---|---|---|
__clone ( ) : void | Private clone method to prevent cloning of the instance of the Singleton instance. | |
__wakeup ( ) : void | Private unserialize method to prevent unserializing of the *Singleton* instance. |
public static getInstance ( ) : mixed | ||
return | mixed |