PHP Класс PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Loader

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Repository $repository )
load ( PhpBench\Expression\Constraint\Constraint $constraint ) : SuiteCollection Load a SuiteCollection for the given query (constraint).

Приватные методы

Метод Описание
getBenchmark ( ArrayObject $context, Suite $suite, array $row )
getSubject ( ArrayObject $context, Benchmark $benchmark, $row )
getSuite ( ArrayObject $context, array $row )
getVariant ( ArrayObject $context, Subject $subject, $row )

Описание методов

__construct() публичный Метод

public __construct ( Repository $repository )
$repository Repository

load() публичный Метод

Load a SuiteCollection for the given query (constraint).
public load ( PhpBench\Expression\Constraint\Constraint $constraint ) : SuiteCollection
$constraint PhpBench\Expression\Constraint\Constraint
Результат PhpBench\Model\SuiteCollection