PHP Class PhpBench\Console\Command\ArchiveCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( Registry $archiver )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

public __construct ( Registry $archiver )
$archiver PhpBench\Registry\Registry

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