Example #1
0
 public static function get_instance()
 {
     self::$_this = empty(self::$_this) ? new Emember_Protection() : self::$_this;
     return self::$_this;
 }