PHP Класс PhpBench\Console\Command\DeleteCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( SuiteCollectionHandler $collectionHandler, Registry $storage )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Описание методов

__construct() публичный Метод

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

configure() публичный Метод

public configure ( )

execute() публичный Метод

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