PHP Class PhpBench\Model\ParameterSet

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

getIndex() public méthode

Return the index of this parameter set.
public getIndex ( ) : integer
Résultat integer