/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
stripe
/
stripe-php
/
lib
/
/home/techb158/ileadtechnology.com/vendor/stripe/stripe-php/lib
mkdir
upload
Name
Size
Mode
Actions
ApiOperations/
-
0755
rm
BillingPortal/
-
0755
rm
Checkout/
-
0755
rm
Exception/
-
0755
rm
FinancialConnections/
-
0755
rm
HttpClient/
-
0755
rm
Identity/
-
0755
rm
Issuing/
-
0755
rm
Radar/
-
0755
rm
Reporting/
-
0755
rm
Service/
-
0755
rm
Sigma/
-
0755
rm
Terminal/
-
0755
rm
TestHelpers/
-
0755
rm
Util/
-
0755
rm
Account.php
17025
0644
edit
dl
rm
AccountLink.php
830
0644
edit
dl
rm
AlipayAccount.php
2386
0644
edit
dl
rm
ApiRequestor.php
19141
0644
edit
dl
rm
ApiResource.php
3490
0644
edit
dl
rm
ApiResponse.php
712
0644
edit
dl
rm
ApplePayDomain.php
1016
0644
edit
dl
rm
ApplicationFee.php
4255
0644
edit
dl
rm
ApplicationFeeRefund.php
2503
0644
edit
dl
rm
Balance.php
2362
0644
edit
dl
rm
BalanceTransaction.php
5674
0644
edit
dl
rm
BankAccount.php
7298
0644
edit
dl
rm
BaseStripeClient.php
11436
0644
edit
dl
rm
BaseStripeClientInterface.php
990
0644
edit
dl
rm
BitcoinReceiver.php
4263
0644
edit
dl
rm
BitcoinTransaction.php
885
0644
edit
dl
rm
Capability.php
2992
0644
edit
dl
rm
Card.php
8754
0644
edit
dl
rm
CashBalance.php
2358
0644
edit
dl
rm
Charge.php
13220
0644
edit
dl
rm
Collection.php
8470
0644
edit
dl
rm
CountrySpec.php
1784
0644
edit
dl
rm
Coupon.php
2991
0644
edit
dl
rm
CreditNote.php
5837
0644
edit
dl
rm
CreditNoteLineItem.php
1897
0644
edit
dl
rm
Customer.php
15894
0644
edit
dl
rm
CustomerBalanceTransaction.php
5336
0644
edit
dl
rm
Discount.php
1570
0644
edit
dl
rm
Dispute.php
5195
0644
edit
dl
rm
EphemeralKey.php
1586
0644
edit
dl
rm
ErrorObject.php
8790
0644
edit
dl
rm
Event.php
15479
0644
edit
dl
rm
ExchangeRate.php
1446
0644
edit
dl
rm
File.php
3897
0644
edit
dl
rm
FileLink.php
1486
0644
edit
dl
rm
FundingInstructions.php
1413
0644
edit
dl
rm
Invoice.php
20614
0644
edit
dl
rm
InvoiceItem.php
3876
0644
edit
dl
rm
InvoiceLineItem.php
3011
0644
edit
dl
rm
LineItem.php
1192
0644
edit
dl
rm
LoginLink.php
426
0644
edit
dl
rm
Mandate.php
1104
0644
edit
dl
rm
OAuth.php
3393
0644
edit
dl
rm
OAuthErrorObject.php
861
0644
edit
dl
rm
Order.php
5260
0644
edit
dl
rm
OrderItem.php
333
0644
edit
dl
rm
OrderReturn.php
1689
0644
edit
dl
rm
PaymentIntent.php
13999
0644
edit
dl
rm
PaymentLink.php
4445
0644
edit
dl
rm
PaymentMethod.php
4047
0644
edit
dl
rm
Payout.php
6847
0644
edit
dl
rm
Person.php
5832
0644
edit
dl
rm
Plan.php
5689
0644
edit
dl
rm
Price.php
5740
0644
edit
dl
rm
Product.php
4757
0644
edit
dl
rm
PromotionCode.php
2253
0644
edit
dl
rm
Quote.php
9005
0644
edit
dl
rm
Recipient.php
2773
0644
edit
dl
rm
RecipientTransfer.php
918
0644
edit
dl
rm
Refund.php
4853
0644
edit
dl
rm
RequestTelemetry.php
539
0644
edit
dl
rm
Review.php
3425
0644
edit
dl
rm
SearchResult.php
6515
0644
edit
dl
rm
SetupAttempt.php
2449
0644
edit
dl
rm
SetupIntent.php
7729
0644
edit
dl
rm
ShippingRate.php
2391
0644
edit
dl
rm
SingletonApiResource.php
959
0644
edit
dl
rm
SKU.php
2786
0644
edit
dl
rm
Source.php
8573
0644
edit
dl
rm
SourceTransaction.php
408
0644
edit
dl
rm
Stripe.php
7221
0644
edit
dl
rm
StripeClient.php
4059
0644
edit
dl
rm
StripeClientInterface.php
586
0644
edit
dl
rm
StripeObject.php
19029
0644
edit
dl
rm
StripeStreamingClientInterface.php
238
0644
edit
dl
rm
Subscription.php
12154
0644
edit
dl
rm
SubscriptionItem.php
5641
0644
edit
dl
rm
SubscriptionSchedule.php
4166
0644
edit
dl
rm
TaxCode.php
668
0644
edit
dl
rm
TaxId.php
5298
0644
edit
dl
rm
TaxRate.php
3008
0644
edit
dl
rm
ThreeDSecure.php
2606
0644
edit
dl
rm
Token.php
3629
0644
edit
dl
rm
Topup.php
4003
0644
edit
dl
rm
Transfer.php
6381
0644
edit
dl
rm
TransferReversal.php
3323
0644
edit
dl
rm
UsageRecord.php
980
0644
edit
dl
rm
UsageRecordSummary.php
812
0644
edit
dl
rm
Webhook.php
1515
0644
edit
dl
rm
WebhookEndpoint.php
2311
0644
edit
dl
rm
WebhookSignature.php
4377
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/stripe/stripe-php/lib/SearchResult.php
(6515B)
<?php namespace Stripe; /** * Search results for an API resource. * * This behaves similarly to <code>Collection</code> in that they both wrap * around a list of objects and provide pagination. However the * <code>SearchResult</code> object paginates by relying on a * <code>next_page</code> token included in the response rather than using * object IDs and a <code>starting_before</code>/<code>ending_after</code> * parameter. Thus, <code>SearchResult</code> only supports forwards pagination. * * The {@see $total_count} property is only available when * the `expand` parameter contains `total_count`. * * @template TStripeObject of StripeObject * @template-implements \IteratorAggregate<TStripeObject> * * @property string $object * @property string $url * @property string $next_page * @property int $total_count * @property bool $has_more * @property TStripeObject[] $data */ class SearchResult extends StripeObject implements \Countable, \IteratorAggregate { const OBJECT_NAME = 'search_result'; use ApiOperations\Request; /** @var array */ protected $filters = []; /** * @return string the base URL for the given class */ public static function baseUrl() { return Stripe::$apiBase; } /** * Returns the filters. * * @return array the filters */ public function getFilters() { return $this->filters; } /** * Sets the filters, removing paging options. * * @param array $filters the filters */ public function setFilters($filters) { $this->filters = $filters; } #[\ReturnTypeWillChange] public function offsetGet($k) { if (\is_string($k)) { return parent::offsetGet($k); } $msg = "You tried to access the {$k} index, but SearchResult " . 'types only support string keys. (HINT: Search calls ' . 'return an object with a `data` (which is the data ' . "array). You likely want to call ->data[{$k}])"; throw new Exception\InvalidArgumentException($msg); } /** * @param null|array $params * @param null|array|string $opts * * @throws Exception\ApiErrorException * * @return SearchResult<TStripeObject> */ public function all($params = null, $opts = null) { self::_validateParams($params); list($url, $params) = $this->extractPathAndUpdateParams($params); list($response, $opts) = $this->_request('get', $url, $params, $opts); $obj = Util\Util::convertToStripeObject($response, $opts); if (!($obj instanceof \Stripe\SearchResult)) { throw new \Stripe\Exception\UnexpectedValueException( 'Expected type ' . \Stripe\SearchResult::class . ', got "' . \get_class($obj) . '" instead.' ); } $obj->setFilters($params); return $obj; } /** * @return int the number of objects in the current page */ #[\ReturnTypeWillChange] public function count() { return \count($this->data); } /** * @return \ArrayIterator an iterator that can be used to iterate * across objects in the current page */ #[\ReturnTypeWillChange] public function getIterator() { return new \ArrayIterator($this->data); } /** * @return \Generator|TStripeObject[] A generator that can be used to * iterate across all objects across all pages. As page boundaries are * encountered, the next page will be fetched automatically for * continued iteration. */ public function autoPagingIterator() { $page = $this; while (true) { foreach ($page as $item) { yield $item; } $page = $page->nextPage(); if ($page->isEmpty()) { break; } } } /** * Returns an empty set of search results. This is returned from * {@see nextPage()} when we know that there isn't a next page in order to * replicate the behavior of the API when it attempts to return a page * beyond the last. * * @param null|array|string $opts * * @return SearchResult */ public static function emptySearchResult($opts = null) { return SearchResult::constructFrom(['data' => []], $opts); } /** * Returns true if the page object contains no element. * * @return bool */ public function isEmpty() { return empty($this->data); } /** * Fetches the next page in the resource list (if there is one). * * This method will try to respect the limit of the current page. If none * was given, the default limit will be fetched again. * * @param null|array $params * @param null|array|string $opts * * @return SearchResult<TStripeObject> */ public function nextPage($params = null, $opts = null) { if (!$this->has_more) { return static::emptySearchResult($opts); } $params = \array_merge( $this->filters ?: [], ['page' => $this->next_page], $params ?: [] ); return $this->all($params, $opts); } /** * Gets the first item from the current page. Returns `null` if the current page is empty. * * @return null|TStripeObject */ public function first() { return \count($this->data) > 0 ? $this->data[0] : null; } /** * Gets the last item from the current page. Returns `null` if the current page is empty. * * @return null|TStripeObject */ public function last() { return \count($this->data) > 0 ? $this->data[\count($this->data) - 1] : null; } private function extractPathAndUpdateParams($params) { $url = \parse_url($this->url); if (!isset($url['path'])) { throw new Exception\UnexpectedValueException("Could not parse list url into parts: {$url}"); } if (isset($url['query'])) { // If the URL contains a query param, parse it out into $params so they // don't interact weirdly with each other. $query = []; \parse_str($url['query'], $query); $params = \array_merge($params ?: [], $query); } return [$url['path'], $params]; } }
Save
cmd:
run