X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/symfony/var-dumper/Dumper
home
/
prisjneg
/
public_html
/
vendor
/
symfony
/
var-dumper
/
Dumper
/
📁
..
📄
AbstractDumper.php
(6 KB)
📄
CliDumper.php
(23.1 KB)
📁
ContextProvider
📄
ContextualizedDumper.php
(1.23 KB)
📄
DataDumperInterface.php
(548 B)
📄
HtmlDumper.php
(33.8 KB)
📄
ServerDumper.php
(1.63 KB)
Editing: 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); }
Upload File
Create Folder