DumperInterface is the interface implemented by service container dumper classes.
@author Fabien Potencier <fabien@symfony.com>
@api
Expanded class hierarchy of DumperInterface
All classes that implement DumperInterface
interface DumperInterface {
/**
* Dumps the service container.
*
* @param array $options An array of options
*
* @return string The representation of the service container
*
* @api
*/
public function dump(array $options = array());
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DumperInterface:: |
public | function | Dumps the service container. | 4 |