File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/symfony/var-dumper/Dumper
Upload
[..]
AbstractDumper.php (7 KB)
Edit
Rename
Del
CliDumper.php (23.2 KB)
Edit
Rename
Del
ContextProvider/
Rename
Del
ContextualizedDumper.php (1.05 KB)
Edit
Rename
Del
DataDumperInterface.php (548 B)
Edit
Rename
Del
HtmlDumper.php (40.16 KB)
Edit
Rename
Del
ServerDumper.php (1.54 KB)
Edit
Rename
Del
Edit: DataDumperInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * 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 <p@tchwork.com> */ interface DataDumperInterface { /** * @return string|null */ public function dump(Data $data); }
Simpan