PHP Class PhpBench\Console\Command\DeleteCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
__construct ( SuiteCollectionHandler $collectionHandler, Registry $storage )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public méthode

public __construct ( SuiteCollectionHandler $collectionHandler, Registry $storage )
$collectionHandler PhpBench\Console\Command\Handler\SuiteCollectionHandler
$storage PhpBench\Registry\Registry

configure() public méthode

public configure ( )

execute() public méthode

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