Sindbad~EG File Manager

Current Path : /var/www/html/eddcfa.sumar.com.py_old/vendor/facade/ignition/src/DumpRecorder/
Upload File :
Current File : /var/www/html/eddcfa.sumar.com.py_old/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);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists