PHP 클래스 PhpBench\Storage\Driver\Xml\HistoryIterator

This command will iterate over the suite collections created by the XML storage driver.
상속: implements PhpBench\Storage\HistoryIteratorInterface
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( XmlDecoder $xmlDecoder, $path )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

비공개 메소드들

메소드 설명
getDirectoryIterator ( $path ) : ArrayIterator Return the iterator for a specific path (years, months, days).
getEntryIterator ( ) : ArrayIterator Return an iterator for the history entries.
getHistoryEntry ( string $path ) : HistoryEntry Hydrate and return the history entry for the given path.
init ( )

메소드 상세

__construct() 공개 메소드

public __construct ( XmlDecoder $xmlDecoder, $path )
$xmlDecoder PhpBench\Serializer\XmlDecoder

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )