Buckets:
| /** | |
| * 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\Localization; | |
| /** | |
| * Translator adapter. | |
| */ | |
| interface Translator | |
| { | |
| /** | |
| * Translates the given string. | |
| */ | |
| function translate(string|\Stringable $message, mixed ...$parameters): string|\Stringable; | |
| } | |
| interface_exists(ITranslator::class); | |
Xet Storage Details
- Size:
- 428 Bytes
- Xet hash:
- 4ad979fc396c2a8c5b1d30a717c315f9b98456819fcfff8bbcc6aaa1b94381fd
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.