File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/packages/theme/src/Facades/SiteMapManager.php
Back
<?php namespace Botble\Theme\Facades; use Botble\Theme\Supports\SiteMapManager as SiteMapManagerSupport; use Illuminate\Support\Facades\Facade; /** * @method static \Botble\Theme\Supports\SiteMapManager init(string|null $prefix = null, string $extension = 'xml') * @method static \Botble\Theme\Supports\SiteMapManager addSitemap(string $loc, string|null $lastModified = null) * @method static string route(string|null $key = null) * @method static \Botble\Theme\Supports\SiteMapManager add(string $url, string|null $date = null, string $priority = '1.0', string $sequence = 'daily') * @method static bool isCached() * @method static \Botble\Sitemap\Sitemap getSiteMap() * @method static \Illuminate\Http\Response render(string $type = 'xml') * @method static array getKeys() * @method static \Botble\Theme\Supports\SiteMapManager registerKey(array|string $key, string|null $value = null) * @method static array allowedExtensions() * * @see \Botble\Theme\Supports\SiteMapManager */ class SiteMapManager extends Facade { protected static function getFacadeAccessor(): string { return SiteMapManagerSupport::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.73 |
proxy
|
phpinfo
|
Settings