PhpDumper
PhpDumper
class PhpDumper extends Dumper
PhpDumper dumps a service container as a PHP class.
Constants
FIRST_CHARS | Characters that might appear in the generated variable name as first character. |
NON_FIRST_CHARS | Characters that might appear in the generated variable name as any but the first character. |
Methods
__construct(ContainerBuilder $container
|