PHP 인터페이스 PhpBench\Storage\ArchiverInterface

파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
archive ( Symfony\Component\Console\Output\OutputInterface $output ) Archive all suites in the configured storage driver.
restore ( Symfony\Component\Console\Output\OutputInterface $output ) Restore the archive to storage. If a given record exists in the storage, it should be skipped.

메소드 상세

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

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