Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
Sigma
Location:
/home/zoteqbgb/public_html/vendor/stripe/stripe-php/lib/Service/Sigma
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: SigmaServiceFactory.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\Sigma; /** * Service factory class for API resources in the Sigma namespace. * * @property ScheduledQueryRunService $scheduledQueryRuns */ class SigmaServiceFactory extends \Stripe\Service\AbstractServiceFactory { /** * @var array<string, string> */ private static $classMap = [ 'scheduledQueryRuns' => ScheduledQueryRunService::class, ]; protected function getServiceClass($name) { return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ScheduledQueryRunService.php
1,155 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
SigmaServiceFactory.php
598 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
Chang
Apply