<?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. */ public function cloneVar(mixed $var): Data; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
AbstractCloner.php | File | 20.29 KB | 0644 |
|
ClonerInterface.php | File | 459 B | 0644 |
|
Cursor.php | File | 1.06 KB | 0644 |
|
Data.php | File | 13.14 KB | 0644 |
|
DumperInterface.php | File | 1.74 KB | 0644 |
|
Stub.php | File | 1.53 KB | 0644 |
|
VarCloner.php | File | 10.61 KB | 0644 |
|