KUJUNTI.ID MINISH3LL
Path : /var/www/html/phkaymedia/vendor/facade/ignition/src/DumpRecorder/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/phkaymedia/vendor/facade/ignition/src/DumpRecorder/DumpHandler.php


<?php

namespace Facade\Ignition\DumpRecorder;

use Symfony\Component\VarDumper\Cloner\VarCloner;

class DumpHandler
{
    /** @var \Facade\Ignition\DumpRecorder\DumpRecorder */
    protected $dumpRecorder;

    public function __construct(DumpRecorder $dumpRecorder)
    {
        $this->dumpRecorder = $dumpRecorder;
    }

    public function dump($value)
    {
        $data = (new VarCloner())->cloneVar($value);

        $this->dumpRecorder->record($data);
    }
}

© KUJUNTI.ID