interface DumperInterface
DumperInterface is the interface implemented by service container dumper classes.
string | dump(array $options = array()) Dumps the service container. |
Dumps the service container.
array | $options | An array of options |
string | The representation of the service container |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/DependencyInjection/Dumper/DumperInterface.html