Copied!

QueryTypeRegistryInterface

QueryTypeRegistryInterface.php : 11

Methods

publicgetQueryType()

QueryTypeRegistryInterface.php : 18

Get the QueryType by $name.

public getQueryType(string $name) : QueryTypeInterface

Parameters

Name Type Default value Description
$name string - -

Return values

QueryTypeInterface

Tags
Throws
InvalidArgumentException

publichasQueryType()

QueryTypeRegistryInterface.php : 20
public hasQueryType(string $name) : bool

Parameters

Name Type Default value Description
$name string - -

Return values

bool