Documentation

DumperInterface

DumperInterface is the interface implemented by service container dumper classes.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

dump()  : string|array<string|int, mixed>
Dumps the service container.

Methods

dump()

Dumps the service container.

public dump([array<string|int, mixed> $options = [] ]) : string|array<string|int, mixed>
Parameters
$options : array<string|int, mixed> = []
Return values
string|array<string|int, mixed>

Search results