Пример #1
0
 public static function get()
 {
     if (self::$oInst == false) {
         self::$oInst = new Encry_singleton();
     }
     return self::$oInst;
 }