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