芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/illuminate/support/HtmlString.php
html = $html; } /** * Get the HTML string. * * @return string */ public function toHtml() { return $this->html; } /** * Get the HTML string. * * @return string */ public function __toString() { return $this->toHtml(); } }