W3cubDocs

/Symfony 2.7

Symfony\Component\DependencyInjection\Dumper\DumperInterface

interface DumperInterface

DumperInterface is the interface implemented by service container dumper classes.

Methods

string dump(array $options = array())

Dumps the service container.

Details

public string dump(array $options = array())

Dumps the service container.

Parameters

array $options An array of options

Return Value

string The representation of the service container

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/DependencyInjection/Dumper/DumperInterface.html