PHP Class PhpBench\Extensions\XDebug\Command\ProfileCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( RunnerHandler $runnerHandler, OutputDirHandler $outputDirHandler, Symfony\Component\Filesystem\Filesystem $filesystem = null )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

public __construct ( RunnerHandler $runnerHandler, OutputDirHandler $outputDirHandler, Symfony\Component\Filesystem\Filesystem $filesystem = null )
$runnerHandler PhpBench\Console\Command\Handler\RunnerHandler
$outputDirHandler PhpBench\Extensions\XDebug\Command\Handler\OutputDirHandler
$filesystem Symfony\Component\Filesystem\Filesystem

configure() public method

public configure ( )

execute() public method

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface