GenerateProxyClassApplication
class GenerateProxyClassApplication extends Application (View source)
Provides a console command to generate proxy classes.
Properties
| protected ProxyBuilder | $proxyBuilder | The proxy builder. |
Methods
getCommandName(InputInterface $input)
{@inheritdoc}
getDefaultCommands()
{@inheritdoc}
getDefinition()
{@inheritdoc}
Details
__construct(ProxyBuilder $proxy_builder)
Constructs a new GenerateProxyClassApplication instance.
protected
getCommandName(InputInterface $input)
{@inheritdoc}
protected
getDefaultCommands()
{@inheritdoc}
getDefinition()
{@inheritdoc}
Overridden so the application doesn't expect the command name as the first argument.