Collection::emptyCollection( null|array|string $opts = null )
Returns an empty collection. 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.
Description Description
Parameters Parameters
- $opts
-
(Optional)
Default value: null
Return Return
(StripeCollection)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Collection.php