PHP Class PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Loader

Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
__construct ( Repository $repository )
load ( PhpBench\Expression\Constraint\Constraint $constraint ) : SuiteCollection Load a SuiteCollection for the given query (constraint).

Private Methods

Méthode Description
getBenchmark ( ArrayObject $context, Suite $suite, array $row )
getSubject ( ArrayObject $context, Benchmark $benchmark, $row )
getSuite ( ArrayObject $context, array $row )
getVariant ( ArrayObject $context, Subject $subject, $row )

Method Details

__construct() public méthode

public __construct ( Repository $repository )
$repository Repository

load() public méthode

Load a SuiteCollection for the given query (constraint).
public load ( PhpBench\Expression\Constraint\Constraint $constraint ) : SuiteCollection
$constraint PhpBench\Expression\Constraint\Constraint
Résultat PhpBench\Model\SuiteCollection