예제 #1
0
파일: Options.php 프로젝트: Sywooch/forums
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new GFNCore_Helper_Options('gfnlinkproxy');
     }
     return self::$_instance;
 }