Documentation

Dumper
in package

FinalYes
Tags
author

Roland Franssen franssen.roland@gmail.com

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

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
Return values
string

        
On this page

Search results