Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\Query\Result\ItemJournal Class Reference

Public Member Functions

 getEntityList ()
 
 getPropertyList ()
 
 prune ()
 
 recordItem (SMWDataItem $dataItem)
 
 recordProperty (DIProperty $property=null)
 

Detailed Description

This class records selected entities used in a QueryResult by the time the ResultArray creates an object instance which avoids unnecessary work in the QueryResultDependencyListResolver (in terms of recursive processing of the QueryResult) to find related "column" entities (those related to a printrequest).

GNU GPL v2+

Since
2.4
Author
mwjames

Member Function Documentation

◆ getEntityList()

SMW\Query\Result\ItemJournal::getEntityList ( )
Since
2.4
Returns
SMWDataItem[]

◆ getPropertyList()

SMW\Query\Result\ItemJournal::getPropertyList ( )
Since
3.0
Returns
DIProperty[]

◆ prune()

SMW\Query\Result\ItemJournal::prune ( )
Since
2.4

◆ recordItem()

SMW\Query\Result\ItemJournal::recordItem ( SMWDataItem  $dataItem)
Since
2.4
Parameters
SMWDataItem$dataItem

◆ recordProperty()

SMW\Query\Result\ItemJournal::recordProperty ( DIProperty  $property = null)
Since
2.4
Parameters
DIProperty | null$property

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

About | General disclaimer | Privacy policy