Page MenuHomeWickedGov Phorge

DumpDescriptorInterface.php
No OneTemporary

Size
610 B
Referenced Files
None
Subscribers
None

DumpDescriptorInterface.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\Command\Descriptor;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\VarDumper\Cloner\Data;
/**
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*/
interface DumpDescriptorInterface
{
public function describe(OutputInterface $output, Data $data, array $context, int $clientId): void;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 19:59 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/f9/5848d3a949780f8e2f2c14d7f04a
Default Alt Text
DumpDescriptorInterface.php (610 B)

Event Timeline