PHP Class PhpBench\Model\ParameterSet

This object allows the storage of the parameter set index in addition to the parameter data.
Inheritance: extends ArrayObject
Exibir arquivo Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( $index, array $parameters = [] )
getIndex ( ) : integer Return the index of this parameter set.

Method Details

__construct() public method

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

getIndex() public method

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