X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/symfony/var-dumper/Cloner
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
symfony
/
var-dumper
/
Cloner
/
📁
..
📄
AbstractCloner.php
(19.48 KB)
📄
ClonerInterface.php
(572 B)
📄
Cursor.php
(1.03 KB)
📄
Data.php
(13.35 KB)
📄
DumperInterface.php
(1.81 KB)
📄
Stub.php
(1.46 KB)
📄
VarCloner.php
(12 KB)
Editing: ClonerInterface.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\Cloner; /** * @author Nicolas Grekas <p@tchwork.com> */ interface ClonerInterface { /** * Clones a PHP variable. * * @param mixed $var Any PHP variable * * @return Data The cloned variable represented by a Data object */ public function cloneVar($var); }
Upload File
Create Folder