PHP 클래스 PhpBench\Extensions\Dbal\Storage\Driver\Dbal\HistoryIterator

상속: implements PhpBench\Storage\HistoryIteratorInterface
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
__construct ( Repository $repository )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

비공개 메소드들

메소드 설명
init ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Repository $repository )
$repository Repository

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )