-
-
Notifications
You must be signed in to change notification settings - Fork 0
MetricsCommand
github-actions edited this page Apr 19, 2026
·
1 revision
- Full name:
\FastForward\DevTools\Console\Command\MetricsCommand - Parent class:
BaseCommand - This class is marked as final and can't be subclassed
- This class is a Final class
public __construct(\FastForward\DevTools\Process\ProcessBuilderInterface $processBuilder, \FastForward\DevTools\Process\ProcessQueueInterface $processQueue): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$processBuilder |
\FastForward\DevTools\Process\ProcessBuilderInterface | the builder used to assemble the PhpMetrics process |
$processQueue |
\FastForward\DevTools\Process\ProcessQueueInterface | the queue used to execute the PhpMetrics process |
protected configure(): voidprotected execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| Parameter | Type | Description |
|---|---|---|
$input |
\Symfony\Component\Console\Input\InputInterface | the runtime command input |
$output |
\Symfony\Component\Console\Output\OutputInterface | the console output stream |
Return Value:
the command execution status code