File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/base/src/Facades/DashboardMenu.php
Back
<?php namespace Botble\Base\Facades; use Botble\Base\Supports\DashboardMenu as DashboardMenuSupport; use Illuminate\Support\Facades\Facade; /** * @method static static make() * @method static static setGroupId(string $id) * @method static static for(string $id) * @method static static default() * @method static static group(string $id, \Closure $callback) * @method static string getGroupId() * @method static static registerItem(array $options) * @method static static removeItem(array|string $id) * @method static bool hasItem(string $id) * @method static \Illuminate\Support\Collection getAll(string|null $id = null) * @method static array|null getItemById(string $itemId) * @method static \Illuminate\Support\Collection|null getItemsByParentId(string $parentId) * @method static static beforeRetrieving(\Closure $callback) * @method static static afterRetrieved(\Closure $callback) * @method static void clearCachesForCurrentUser() * @method static void clearCaches() * @method static bool hasCache() * @method static \Botble\Base\Supports\DashboardMenu|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) * @method static \Botble\Base\Supports\DashboardMenu|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) * @method static \Botble\Base\Supports\DashboardMenu|\Illuminate\Support\HigherOrderTapProxy tap(callable|null $callback = null) * * @see \Botble\Base\Supports\DashboardMenu */ class DashboardMenu extends Facade { protected static function getFacadeAccessor(): string { return DashboardMenuSupport::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.49 |
proxy
|
phpinfo
|
Settings