DumperInterface

interface DumperInterface

DumperInterface is the interface implemented by service container dumper classes.

Methods

string dump(array $options = array())

Dumps the service container.

Details

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
doc_Symfony
2016-10-28 06:14:43
Comments
Leave a Comment

Please login to continue.