File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/payment/src/Facades/PaymentMethods.php
Back
<?php namespace Botble\Payment\Facades; use Botble\Payment\Supports\PaymentMethods as PaymentMethodsSupport; use Illuminate\Support\Facades\Facade; /** * @method static \Botble\Payment\Supports\PaymentMethods method(string $name, array $args = []) * @method static array methods() * @method static string|null getDefaultMethod() * @method static string|null getSelectedMethod() * @method static string|null getSelectingMethod() * @method static string render() * * @see \Botble\Payment\Supports\PaymentMethods */ class PaymentMethods extends Facade { protected static function getFacadeAccessor(): string { return PaymentMethodsSupport::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 4.93 |
proxy
|
phpinfo
|
Settings