File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 55use Illuminate \Support \Facades \Facade ;
66
77/**
8+ * @method static void for(string $name, callable $callback)
9+ * @method static bool exists(string|null $name = null)
10+ * @method static \Illuminate\Support\Collection generate(string|null $name = null, mixed ...$params)
11+ * @method static \Illuminate\Contracts\View\View view(string $view, string|null $name = null, mixed ...$params)
12+ * @method static \Illuminate\Contracts\View\View render(string|null $name = null, mixed ...$params)
13+ * @method static object|null current()
14+ * @method static void setCurrentRoute(string $name, mixed ...$params)
15+ * @method static void clearCurrentRoute()
16+ * @method static void macro(string $name, object|callable $macro)
17+ * @method static void mixin(object $mixin, bool $replace = true)
18+ * @method static bool hasMacro(string $name)
19+ * @method static void flushMacros()
20+ *
821 * @see \BabDev\Breadcrumbs\BreadcrumbsManager
922 */
1023class Breadcrumbs extends Facade
You can’t perform that action at this time.
0 commit comments