Gpf_Http::getInstance PHP 메소드

getInstance() 개인적인 정적인 메소드

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