DumperInterface
in
DumperInterface is the interface implemented by service container dumper classes.
Tags
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> = []