PhpBench\Console\Command\DeleteCommand::__construct PHP Метод

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

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;
    }