PhpBench\Storage\ArchiverInterface::restore PHP Метод

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

Progress should be written to the given console output class.
public restore ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    public function restore(OutputInterface $output);
ArchiverInterface