예제 #1
0
파일: cpanel.php 프로젝트: anler/Cpanel
 public static function getInstance()
 {
     if (!self::$_instance instanceof self) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }