/home/techb158/exp.abdallabala.com/vendor/symfony/var-dumper/Dumper
NameSizeModeActions
ContextProvider/-0755rm
AbstractDumper.php65710644editdlrm
CliDumper.php219370644editdlrm
ContextualizedDumper.php11740644editdlrm
DataDumperInterface.php5050644editdlrm
HtmlDumper.php341970644editdlrm
ServerDumper.php16050644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php (505B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\VarDumper\Dumper; use Symfony\Component\VarDumper\Cloner\Data; /** * DataDumperInterface for dumping Data objects. * * @author Nicolas Grekas */ interface DataDumperInterface { public function dump(Data $data); }