Gpf_Http::getInstance PHP Method

getInstance() private static method

private static getInstance ( ) : Gpf_Http
return Gpf_Http
        private static function getInstance()
        {
            if (self::$instance === null) {
                self::$instance = new Gpf_Http();
            }
            return self::$instance;
        }