404

[ Avaa Bypassed ]




Upload:

Command:

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

use Nette;

if (false) {
	/** @deprecated use Nette\HtmlStringable */
	interface IHtmlString extends Nette\HtmlStringable
	{
	}
} elseif (!interface_exists(IHtmlString::class)) {
	class_alias(Nette\HtmlStringable::class, IHtmlString::class);
}

namespace Nette\Localization;

if (false) {
	/** @deprecated use Nette\Localization\Translator */
	interface ITranslator extends Translator
	{
	}
} elseif (!interface_exists(ITranslator::class)) {
	class_alias(Translator::class, 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