PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
downtown-rest-api
/
inc
/
stripe-php
/
lib
<?php namespace Stripe; /** * Class SingletonApiResource * * @package Stripe */ abstract class SingletonApiResource extends ApiResource { protected static function _singletonRetrieve($options = null) { $opts = Util\RequestOptions::parse($options); $instance = new static(null, $opts); $instance->refresh(); return $instance; } /** * @return string The endpoint associated with this singleton class. */ public static function classUrl() { $base = static::className(); return "/v1/${base}"; } /** * @return string The endpoint associated with this singleton API resource. */ public function instanceUrl() { return static::classUrl(); } }
[+]
..
[-] WebhookSignature.php
[edit]
[-] BitcoinReceiver.php
[edit]
[+]
HttpClient
[-] Collection.php
[edit]
[-] ThreeDSecure.php
[edit]
[-] Webhook.php
[edit]
[-] JsonSerializable.php
[edit]
[-] Order.php
[edit]
[-] BalanceTransaction.php
[edit]
[-] Product.php
[edit]
[-] Subscription.php
[edit]
[-] Token.php
[edit]
[-] Event.php
[edit]
[-] SKU.php
[edit]
[-] Recipient.php
[edit]
[-] Invoice.php
[edit]
[-] SubscriptionItem.php
[edit]
[-] SourceTransaction.php
[edit]
[+]
Error
[-] Stripe.php
[edit]
[-] BankAccount.php
[edit]
[-] Coupon.php
[edit]
[-] OAuth.php
[edit]
[-] RecipientTransfer.php
[edit]
[-] AlipayAccount.php
[edit]
[-] ApiResponse.php
[edit]
[-] Dispute.php
[edit]
[-] BitcoinTransaction.php
[edit]
[-] SingletonApiResource.php
[edit]
[-] InvoiceItem.php
[edit]
[-] ApplicationFeeRefund.php
[edit]
[-] FileUpload.php
[edit]
[-] ExchangeRate.php
[edit]
[-] OrderReturn.php
[edit]
[+]
Util
[-] ApplePayDomain.php
[edit]
[-] ApiRequestor.php
[edit]
[-] ApplicationFee.php
[edit]
[-] Plan.php
[edit]
[-] Transfer.php
[edit]
[-] CountrySpec.php
[edit]
[-] Payout.php
[edit]
[-] ExternalAccount.php
[edit]
[-] AttachedObject.php
[edit]
[-] Balance.php
[edit]
[-] Card.php
[edit]
[-] Refund.php
[edit]
[-] StripeObject.php
[edit]
[-] LoginLink.php
[edit]
[-] Account.php
[edit]
[-] EphemeralKey.php
[edit]
[-] ApiResource.php
[edit]
[-] Charge.php
[edit]
[-] TransferReversal.php
[edit]
[-] Customer.php
[edit]
[-] Source.php
[edit]