芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/bitpay/php-client/src/Bitpay/KeyManager.php
storage = $storage; } /** * @param KeyInterface $key */ public function persist(KeyInterface $key) { $this->storage->persist($key); } /** * @return KeyInterface */ public function load($id) { return $this->storage->load($id); } }