コード例 #1
0
ファイル: PHP.php プロジェクト: hamaco/phwittr-on-xoops
 public static function create()
 {
     if (self::$instance === null) {
         self::$instance = new self();
     }
     return self::$instance;
 }