芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/minscoop.com/system/ThirdParty/Kint/Renderer/Text/AbstractPlugin.php
renderer = $r; } public function renderLockedHeader(Value $o, ?string $content = null): string { $out = ''; if (0 == $o->depth) { $out .= $this->renderer->colorTitle($this->renderer->renderTitle($o)).PHP_EOL; } $out .= $this->renderer->renderHeader($o); if (null !== $content) { $out .= ' '.$this->renderer->colorValue($content); } $out .= PHP_EOL; return $out; } }