Skip to content

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

Methods

__construct

public __construct(\FastForward\DevTools\Process\ProcessBuilderInterface $processBuilder, \FastForward\DevTools\Process\ProcessQueueInterface $processQueue): mixed

Parameters:

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

configure

protected configure(): void

execute

protected execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): int

Parameters:

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


Clone this wiki locally