PHP 클래스 PhpBench\Model\Iteration

상속: extends ResultCollection
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( integer $index, Variant $variant, array $results = [] )
getIndex ( ) : integer Return the index of this iteration.
getRejectionCount ( ) : integer Return the number of times that this iteration was rejected.
getVariant ( ) : Variant Return the Variant that this iteration belongs to.

메소드 상세

__construct() 공개 메소드

public __construct ( integer $index, Variant $variant, array $results = [] )
$index integer
$variant Variant
$results array

getIndex() 공개 메소드

Return the index of this iteration.
public getIndex ( ) : integer
리턴 integer

getRejectionCount() 공개 메소드

Return the number of times that this iteration was rejected.
public getRejectionCount ( ) : integer
리턴 integer

getVariant() 공개 메소드

Return the Variant that this iteration belongs to.
public getVariant ( ) : Variant
리턴 Variant