CaseInsensitiveArray::maybeLowercase()
Method: No description found
CaseInsensitiveArray::maybeLowercase Read More »
Method: No description found
CaseInsensitiveArray::maybeLowercase Read More »
Class: A basic random generator. This is in a separate class so we the generator can be injected as a dependency and replaced with a mock in tests.
Method: Returns a random value between 0 and $max.
RandomGenerator::randFloat Read More »
Class: You can store multiple cards on a customer in order to charge the customer later. You can also store multiple debit cards on a recipient in order to transfer to those cards later.
Class: CaseInsensitiveArray is an array-like class that ignores case for keys.
CaseInsensitiveArray Read More »
Method: Converts a response from the Stripe API to the corresponding PHP object.
Util::convertToStripeObject Read More »
Method: Compares two strings for equality. The time taken is independent of the number of characters that match.
Util::secureCompare Read More »
Method: Recursively goes through an array of parameters. If a parameter is an instance of ApiResource, then it is replaced by the resource’s ID.
Util::objectsToIds Read More »