PHP 클래스 PhpBench\Model\ParameterSet

This object allows the storage of the parameter set index in addition to the parameter data.
상속: extends ArrayObject
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
__construct ( $index, array $parameters = [] )
getIndex ( ) : integer Return the index of this parameter set.

메소드 상세

__construct() 공개 메소드

public __construct ( $index, array $parameters = [] )
$parameters array

getIndex() 공개 메소드

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