PHP 클래스 PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Loader

파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
__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