PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
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 */ class MockStorage implements StorageInterface { public function persist(\Bitpay\KeyInterface $key) { } public function load($id) { return; } }
[+]
..
[-] MockStorage.php
[edit]
[-] StorageInterface.php
[edit]
[-] FilesystemStorage.php
[edit]
[-] EncryptedFilesystemStorage.php
[edit]