Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SQLStore\EntityStore\IdEntityFinder Class Reference

Public Member Functions

 __construct (Store $store, IteratorFactory $iteratorFactory, IdCacheManager $idCacheManager)
 
 getDataItemsFromList (array $idList, RequestOptions $requestOptions=null)
 
 newFromRow ( $row)
 
 getDataItemById ( $id)
 

Detailed Description

GNU GPL v2+

Since
2.1
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SQLStore\EntityStore\IdEntityFinder::__construct ( Store  $store,
IteratorFactory  $iteratorFactory,
IdCacheManager  $idCacheManager 
)
Since
2.1
Parameters
Store$store
IteratorFactory$iteratorFactory
IdCacheManager$idCacheManager

Member Function Documentation

◆ getDataItemById()

SMW\SQLStore\EntityStore\IdEntityFinder::getDataItemById (   $id)
Since
2.1
Parameters
integer$id
Returns
DIWikiPage|null

◆ getDataItemsFromList()

SMW\SQLStore\EntityStore\IdEntityFinder::getDataItemsFromList ( array  $idList,
RequestOptions  $requestOptions = null 
)
Since
2.3
Parameters
array$idList
RequestOptions | null$requestOptions
Returns
DIWikiPage[]

◆ newFromRow()

SMW\SQLStore\EntityStore\IdEntityFinder::newFromRow (   $row)
Since
3.0
Parameters
stdClass$row
Returns
DIWikiPage

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

About | General disclaimer | Privacy policy