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

Public Member Functions

 getQueryString ( $asValue=false)
 
 isSingleton ()
 
 getSize ()
 
 prune (&$maxsize, &$maxdepth, &$log)
 
 getFingerprint ()
 
- Public Member Functions inherited from SMW\Query\Language\Description
 getPrintRequests ()
 
 setPrintRequests (array $printRequests)
 
 addPrintRequest (PrintRequest $printRequest)
 
 prependPrintRequest (PrintRequest $printRequest)
 
 getFingerprint ()
 
 getMembership ()
 
 setMembership ( $membership)
 
 getQueryString ( $asValue=false)
 
 isSingleton ()
 
 getSize ()
 
 getDepth ()
 
 getQueryFeatures ()
 
 prune (&$maxsize, &$maxDepth, &$log)
 
 __toString ()
 

Additional Inherited Members

- Protected Attributes inherited from SMW\Query\Language\Description
 $m_printreqs = []
 
 $fingerprint = null
 

Detailed Description

A dummy description that describes any object. Corresponds to owl:thing, the class of all abstract objects. Note that it is not used for datavalues of attributes in order to support type hinting in the API: descriptions of data are always ValueDescription objects.

GNU GPL v2+

Since
1.6
Author
Markus Krötzsch

Member Function Documentation

◆ getFingerprint()

SMW\Query\Language\ThingDescription::getFingerprint ( )
See also
Description::getFingerprint
Since
2.5
Returns
string

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

About | General disclaimer | Privacy policy