コード例 #1
0
ファイル: PwCreditBo.php プロジェクト: chendong0444/phpwind
 public static function getInstance()
 {
     isset(self::$_instance) || (self::$_instance = new self());
     return self::$_instance;
 }