예제 #1
0
 protected static function getInstance()
 {
     if (empty(self::$instance)) {
         self::$instance = new JavelinHelper();
     }
     return self::$instance;
 }