class GenerateProxyClassCommand extends Command (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 GenerateProxyClassCommand instance.

configure()

{@inheritdoc}

int
execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

__construct(ProxyBuilder $proxy_builder)

Constructs a new GenerateProxyClassCommand instance.

Parameters

ProxyBuilder $proxy_builder

The proxy builder.

protected configure()

{@inheritdoc}

protected int execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output

Return Value

int