Вход Регистрация
Файл: vendor/spatie/laravel-ignition/src/Recorders/DumpRecorder/HtmlDumper.php
Строк: 38
<?php

namespace SpatieLaravelIgnitionRecordersDumpRecorder;

use 
SymfonyComponentVarDumperClonerData;
use 
SymfonyComponentVarDumperClonerVarCloner;
use 
SymfonyComponentVarDumperDumperHtmlDumper as BaseHtmlDumper;

class 
HtmlDumper extends BaseHtmlDumper
{
    protected 
$dumpHeader '';

    public function 
dumpVariable($variable): string
    
{
        
$cloner = new VarCloner();

        
$clonedData $cloner->cloneVar($variable)->withMaxDepth(3);

        return 
$this->dump($clonedData);
    }

    public function 
dump(Data $data$output null, array $extraDisplayOptions = []): string
    
{
        return (string)
parent::dump($datatrue, [
            
'maxDepth' => 3,
            
'maxStringLength' => 160,
        ]);
    }
}
Онлайн: 0
Реклама