interface DumpDescriptorInterface
@author Maxime Steinhausser <maxime.steinhausser@gmail.com>
Hierarchy
- interface \Symfony\Component\VarDumper\Command\Descriptor\DumpDescriptorInterface
Expanded class hierarchy of DumpDescriptorInterface
All classes that implement DumpDescriptorInterface
1 file declares its use of DumpDescriptorInterface
- ServerDumpCommand.php in vendor/
symfony/ var-dumper/ Command/ ServerDumpCommand.php
File
-
vendor/
symfony/ var-dumper/ Command/ Descriptor/ DumpDescriptorInterface.php, line 20
Namespace
Symfony\Component\VarDumper\Command\DescriptorView source
interface DumpDescriptorInterface {
public function describe(OutputInterface $output, Data $data, array $context, int $clientId) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
DumpDescriptorInterface::describe | public | function | 2 |