示例#1
0
文件: cpanel.php 项目: anler/Cpanel
 public static function getInstance()
 {
     if (!self::$_instance instanceof self) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }