Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SQLStore\Lookup\SingleEntityQueryLookup Class Reference
Inheritance diagram for SMW\SQLStore\Lookup\SingleEntityQueryLookup:
Inheritance graph
[legend]
Collaboration diagram for SMW\SQLStore\Lookup\SingleEntityQueryLookup:
Collaboration graph
[legend]

Public Member Functions

 __construct (Store $store)
 
 getQueryResult (Query $query)
 

Detailed Description

#show will only make a request to one particular entity therefore instead of generating a generalized query, identify the entity and create a corresponding QueryResult hereby by behave as any other QueryEngine implementation but without the query footprint.

GNU GPL v2+

Since
3.1
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SQLStore\Lookup\SingleEntityQueryLookup::__construct ( Store  $store)
Since
3.1
Parameters
Store$store

Member Function Documentation

◆ getQueryResult()

SMW\SQLStore\Lookup\SingleEntityQueryLookup::getQueryResult ( Query  $query)
Since
3.1
Parameters
Query$query
Returns
QueryResult

Implements SMW\QueryEngine.


The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy