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

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

In the case that a given record already exists in the archive, then that record should be skipped. Progress should be written to the given console output class.
public archive ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    public function archive(OutputInterface $output);
ArchiverInterface