Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\Query\Parser Interface Reference
Inheritance diagram for SMW\Query\Parser:
Inheritance graph
[legend]

Public Member Functions

 createCondition ( $property, $value)
 
 getErrors ()
 
 containsSelfReference ()
 
 getQueryDescription ( $condition)
 

Detailed Description

GNU GPL v2+

Since
3.0
Author
mwjames

Member Function Documentation

◆ containsSelfReference()

SMW\Query\Parser::containsSelfReference ( )

Describes a processed description instance in terms of the existence of a self reference in connection with the context page a query is embedded.

Since
3.0
Returns
boolean

Implemented in SMW\Query\Parser\LegacyParser.

◆ createCondition()

SMW\Query\Parser::createCondition (   $property,
  $value 
)
Since
3.0
Parameters
DIProperty | string$property
string$value
Returns
string

Implemented in SMW\Query\Parser\LegacyParser.

◆ getErrors()

SMW\Query\Parser::getErrors ( )
Since
3.0
Returns
[]

Implemented in SMW\Query\Parser\LegacyParser.

◆ getQueryDescription()

SMW\Query\Parser::getQueryDescription (   $condition)
Since
3.0
Parameters
string$condition
Returns
Description

Implemented in SMW\Query\Parser\LegacyParser.


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

About | General disclaimer | Privacy policy