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


Top ↑

Return Return

(StripeCollection)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Collection.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.