Crunz\Singleton::__clone PHP Method

__clone() private method

Private clone method to prevent cloning of the instance of the Singleton instance.
private __clone ( ) : void
return void
    private function __clone()
    {
    }