[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 90 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
isList($array) X-Ref |
Whether the provided array (or other) is a list rather than a dictionary. param: array|mixed $array return: boolean True if the given object is a list. |
convertStripeObjectToArray($values) X-Ref |
Recursively converts the PHP Stripe object to an array. param: array $values The PHP Stripe object to convert. return: array |
convertToStripeObject($resp, $apiKey) X-Ref |
Converts a response from the Stripe API to the corresponding PHP object. param: array $resp The response from the Stripe API. param: string $apiKey return: Stripe_Object|array |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |