class GenerateProxyClassApplication extends Application (View source)

Provides a console command to generate proxy classes.

Properties

protected ProxyBuilder $proxyBuilder

The proxy builder.

Methods

__construct(ProxyBuilder $proxy_builder)

Constructs a new GenerateProxyClassApplication instance.

getCommandName(InputInterface $input)

{@inheritdoc}

getDefaultCommands()

{@inheritdoc}

getDefinition()

{@inheritdoc}

Details

__construct(ProxyBuilder $proxy_builder)

Constructs a new GenerateProxyClassApplication instance.

Parameters

ProxyBuilder $proxy_builder

The proxy builder.

protected getCommandName(InputInterface $input)

{@inheritdoc}

Parameters

InputInterface $input

protected getDefaultCommands()

{@inheritdoc}

getDefinition()

{@inheritdoc}

Overridden so the application doesn't expect the command name as the first argument.