Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
nette
/
caching
/
src
Location:
/home/zoteqbgb/public_html/vendor/nette/caching/src
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: compatibility.php
<?php /** * This file is part of the Nette Framework (https://nette.org) * Copyright (c) 2004 David Grudl (https://davidgrudl.com) */ declare(strict_types=1); namespace Nette\Caching; if (false) { /** @deprecated use Nette\Caching\BulkReader */ interface IBulkReader extends BulkReader { } } elseif (!interface_exists(IBulkReader::class)) { class_alias(BulkReader::class, IBulkReader::class); } if (false) { /** @deprecated use Nette\Caching\Storage */ interface IStorage extends Storage { } } elseif (!interface_exists(IStorage::class)) { class_alias(Storage::class, IStorage::class); } namespace Nette\Caching\Storages; if (false) { /** @deprecated use Nette\Caching\Storages\Journal */ interface IJournal extends Journal { } } elseif (!interface_exists(IJournal::class)) { class_alias(Journal::class, IJournal::class); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Bridges
-
0755
2024-08-07 05:01
ðï¸
Rename
Caching
-
0755
2024-08-07 05:01
ðï¸
Rename
compatibility.php
849 bytes
0644
2024-08-07 05:01
âï¸
ðï¸
Rename
Chang
Apply