✏️ 正在编辑: HtmlStringable.php
路径:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/nette/utils/src/HtmlStringable.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 RectorPrefix202411\Nette; interface HtmlStringable { /** * Returns string in HTML format */ function __toString() : string; } \interface_exists(Utils\IHtmlString::class);
💾 保存文件
← 返回文件管理器