예제 #1
0
 static function &getInstance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
예제 #2
0
 function newMainLB($wiki = false)
 {
     return LoadBalancerNo::getInstance();
 }