File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/widget/src/Facades/Widget.php
Back
<?php namespace Botble\Widget\Facades; use Botble\Widget\WidgetGroup; use Illuminate\Support\Facades\Facade; /** * @method static \Botble\Widget\Factories\WidgetFactory registerWidget(string $widget) * @method static array getWidgets() * @method static \Illuminate\Support\HtmlString|string|null run() * * @see \Botble\Widget\Factories\WidgetFactory */ class Widget extends Facade { protected static function getFacadeAccessor(): string { return 'botble.widget'; } public static function group(string $name): WidgetGroup { return app('botble.widget-group-collection')->group($name); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.35 |
proxy
|
phpinfo
|
Settings