HtmlFormatter 类
用于生成交互式样式化 HTML 输出的调试器格式化程序。
命名空间: Cake\Error\Debug
属性摘要
-
$id protected
字符串
随机 ID,以便在转储输出之间不会共享 HTML ID。
-
$outputHeader protected static
布尔值
方法摘要
-
__construct() public
构造函数。
-
dump() public
将 NodeInterface 对象树转换为 HTML
-
dumpHeader() protected
生成转储的 CSS 和 Javascript
-
environmentMatches() public static
检查当前环境是否不是 CLI 上下文
-
export() protected
将 NodeInterface 对象树转换为 HTML
-
exportArray() protected
导出数组类型对象
-
exportObject() protected
处理对象到字符串的转换。
-
formatWrapper() public
输出带有位置上下文的转储包装器。
-
style() protected
使用 HTML 类名设置文本样式
方法详细说明
dump() ¶ public
dump(Cake\Error\Debug\NodeInterface $node): string
将 NodeInterface 对象树转换为 HTML
参数
-
Cake\Error\Debug\NodeInterface
$node 要转储的节点树。
返回值
字符串
export() ¶ protected
export(Cake\Error\Debug\NodeInterface $var, int $indent): string
将 NodeInterface 对象树转换为 HTML
参数
-
Cake\Error\Debug\NodeInterface
$var 要转储的节点树。
-
int
$indent 当前缩进级别。
返回值
字符串
exportArray() ¶ protected
exportArray(Cake\Error\Debug\ArrayNode $var, int $indent): string
导出数组类型对象
参数
-
Cake\Error\Debug\ArrayNode
$var 要导出的数组。
-
int
$indent 当前缩进级别。
返回值
字符串
exportObject() ¶ protected
exportObject(Cake\Error\Debug\ClassNodeCake\Error\Debug\ReferenceNode $var, int $indent): string
处理对象到字符串的转换。
参数
-
Cake\Error\Debug\ClassNodeCake\Error\Debug\ReferenceNode
$var 要转换的对象。
-
int
$indent 当前缩进级别。
返回值
字符串
另请参阅
\Cake\Error\Debugger::exportVar()
formatWrapper() ¶ public
formatWrapper(string $contents, array $location): string
输出带有位置上下文的转储包装器。
参数
-
string
$contents -
array
$location
返回值
字符串
style() ¶ protected
style(string $style, string $text): string
使用 HTML 类名设置文本样式
参数
-
string
$style 要使用的样式名称。
-
string
$text 要设置样式的文本。
返回值
字符串