interface DumperInterface in Service Container 7
Same name in this branch
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php \Symfony\Component\DependencyInjection\Dumper\DumperInterface
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php \Symfony\Component\DependencyInjection\Dumper\DumperInterface
DumperInterface is the interface implemented by service container dumper classes.
@author Fabien Potencier <fabien@symfony.com>
@api
Hierarchy
- interface \Symfony\Component\DependencyInjection\Dumper\DumperInterface
Expanded class hierarchy of DumperInterface
All classes that implement DumperInterface
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Dumper/ DumperInterface.php, line 21
Namespace
Symfony\Component\DependencyInjection\DumperView source
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());
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DumperInterface:: |
public | function | Dumps the service container. | 6 |