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

Inheritance: implements PhpBench\Storage\DriverInterface
Exibir arquivo Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( Loader $loader, Persister $persister, Repository $repository )
delete ( $runId )
fetch ( $runId )
has ( $runId )
history ( )
query ( PhpBench\Expression\Constraint\Constraint $constraint )
store ( SuiteCollection $collection )

Method Details

__construct() public method

public __construct ( Loader $loader, Persister $persister, Repository $repository )
$loader PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Loader
$persister PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Persister
$repository PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Repository

delete() public method

public delete ( $runId )

fetch() public method

public fetch ( $runId )

has() public method

public has ( $runId )

history() public method

public history ( )

query() public method

public query ( PhpBench\Expression\Constraint\Constraint $constraint )
$constraint PhpBench\Expression\Constraint\Constraint

store() public method

public store ( SuiteCollection $collection )
$collection PhpBench\Model\SuiteCollection