File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/base/src/Facades/Breadcrumbs.php
Back
<?php namespace Botble\Base\Facades; use Botble\Base\Supports\BreadcrumbsManager; use Illuminate\Support\Facades\Facade; /** * @method static void register(string $name, callable $callback, bool $modify = false) * @method static void for(string $name, callable $callback, bool $modify = false) * @method static void before(callable $callback) * @method static void after(callable $callback) * @method static bool exists(string|null $name = null) * @method static string render(string|null $name = null, ...$params) * @method static \Illuminate\Support\HtmlString view(string $view, string|null $name = null, ...$params) * @method static \Illuminate\Support\Collection generate(string|null $name = null, ...$params) * @method static \stdClass|null current() * @method static void setCurrentRoute(string $name, ...$params) * @method static void clearCurrentRoute() * @method static void macro(string $name, object|callable $macro) * @method static void mixin(object $mixin, bool $replace = true) * @method static bool hasMacro(string $name) * @method static void flushMacros() * * @see \Botble\Base\Supports\BreadcrumbsManager */ class Breadcrumbs extends Facade { protected static function getFacadeAccessor(): string { return BreadcrumbsManager::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.49 |
proxy
|
phpinfo
|
Settings