PhpBench\Console\Command\DeleteCommand::__construct PHP Method

__construct() public method

public __construct ( SuiteCollectionHandler $collectionHandler, Registry $storage )
$collectionHandler PhpBench\Console\Command\Handler\SuiteCollectionHandler
$storage PhpBench\Registry\Registry
    public function __construct(SuiteCollectionHandler $collectionHandler, Registry $storage)
    {
        parent::__construct();
        $this->collectionHandler = $collectionHandler;
        $this->storage = $storage;
    }