File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php
Back
<?php // File generated from our OpenAPI spec namespace Stripe\Service\TestHelpers; /** * Service factory class for API resources in the TestHelpers namespace. * * @property RefundService $refunds * @property Terminal\TerminalServiceFactory $terminal * @property TestClockService $testClocks */ class TestHelpersServiceFactory extends \Stripe\Service\AbstractServiceFactory { /** * @var array<string, string> */ private static $classMap = [ 'refunds' => RefundService::class, 'terminal' => Terminal\TerminalServiceFactory::class, 'testClocks' => TestClockService::class, ]; protected function getServiceClass($name) { return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings