芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/bitpay/php-client/src/Bitpay/PaymentUrlSet.php
paymentUrls = $paymentUrls; } /** * Return the account parameter given by Bitpay. * * @return string */ public function getUrl($urlType) { if (array_key_exists($urlType, $this->paymentUrls)) { return $this->paymentUrls[$urlType]; } return null; } /** * Return the account parameter given by Bitpay. * * @return PaymentUrlInterface */ public function setUrls(array $paymentUrls) { $this->paymentUrls = $paymentUrls; return $this; } }