コード例 #1
0
ファイル: bean.php プロジェクト: RobickBlue/LabWeb
 public static function getInstance()
 {
     if (!self::$conn instanceof self) {
         self::$conn = new self();
     }
     return self::$conn;
 }