コード例 #1
0
ファイル: Torpor.php プロジェクト: codegooglecom/torpor-php
 public static function getInstance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new Torpor();
     }
     return self::$instance;
 }