接口 FormatterInterface
用于 Debugger::exportVar() 的格式化程序接口
命名空间: Cake\Error\Debug
方法摘要
-
dump() public
将 NodeInterface 对象树转换为纯文本字符串。
-
formatWrapper() public
输出带有位置上下文的转储包装器。
方法详情
dump() ¶ public
dump(Cake\Error\Debug\NodeInterface $node): string
将 NodeInterface 对象树转换为纯文本字符串。
参数
-
Cake\Error\Debug\NodeInterface
$node 要转储的节点树。
返回值
string
formatWrapper() ¶ public
formatWrapper(string $contents, array $location): string
输出带有位置上下文的转储包装器。
参数
-
string
$contents 要包装并返回的内容
-
array
$location 内容来自的文件和行。
返回值
string