Dumper
in package
FinalYes
Tags
Table of Contents
Properties
- $cloner : ClonerInterface|null
- $dumper : CliDumper|null
- $handler : Closure
- $output : OutputInterface
Methods
- __construct() : mixed
- __invoke() : string
Properties
$cloner
private
ClonerInterface|null
$cloner
$dumper
private
CliDumper|null
$dumper
$handler
private
Closure
$handler
$output
private
OutputInterface
$output
Methods
__construct()
public
__construct(OutputInterface $output[, CliDumper|null $dumper = null ][, ClonerInterface|null $cloner = null ]) : mixed
Parameters
- $output : OutputInterface
- $dumper : CliDumper|null = null
- $cloner : ClonerInterface|null = null
__invoke()
public
__invoke(mixed $var) : string
Parameters
- $var : mixed