File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/base/src/Supports/BreadcrumbItem.php
Back
<?php namespace Botble\Base\Supports; class BreadcrumbItem { protected string $title; protected string $url; public static function make(): static { return app(static::class); } public function setTitle(string $title): static { $this->title = $title; return $this; } public function getTitle(): string { return $this->title ?? ''; } public function setRoute(string $name, array $parameters = [], bool $absolute = true): static { return $this->setUrl(route($name, $parameters, $absolute)); } public function setUrl(string $url): static { $this->url = $url; return $this; } public function getUrl(): string { return $this->url ?? ''; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.5 |
proxy
|
phpinfo
|
Settings