PHP Class Repo2\QueryReactor\Tests\Sharding\ShardedStubQuery

Inheritance: implements Repo2\QueryReactor\Query, implements Repo2\QueryReactor\Sharding\ShardedQuery
Show file Open project: repo2/query-reactor

Public Methods

Method Description
getDistributionName ( )
getDistributionValue ( )
getExpression ( )
reject ( Exception $err )
resolve ( Repo2\QueryReactor\Result $result )

Method Details

getDistributionName() public method

public getDistributionName ( )

getDistributionValue() public method

getExpression() public method

public getExpression ( )

reject() public method

public reject ( Exception $err )
$err Exception

resolve() public method

public resolve ( Repo2\QueryReactor\Result $result )
$result Repo2\QueryReactor\Result