File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/setting/src/Facades/Setting.php
Back
<?php namespace Botble\Setting\Facades; use Botble\Setting\Supports\SettingStore; use Illuminate\Support\Facades\Facade; /** * @method static mixed|null get(array|string $key, mixed|null $default = null) * @method static bool has(string $key) * @method static \Botble\Setting\Supports\SettingStore set(array|string $key, mixed|null $value = null, bool $force = false) * @method static \Botble\Setting\Supports\SettingStore forceSet(array|string $key, mixed|null $value = null) * @method static \Botble\Setting\Supports\SettingStore forget(string $key, bool $force = false) * @method static \Botble\Setting\Supports\SettingStore forgetAll() * @method static array all() * @method static bool save() * @method static void load(bool $force = false) * @method static mixed delete(array|string $keys = [], array $except = [], bool $force = false) * @method static mixed forceDelete(array|string $keys = [], array $except = []) * @method static \Illuminate\Database\Eloquent\Builder newQuery() * * @see \Botble\Setting\Supports\SettingStore */ class Setting extends Facade { protected static function getFacadeAccessor(): string { return SettingStore::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.59 |
proxy
|
phpinfo
|
Settings