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

Public Member Functions

 __construct (Store $store, IteratorFactory $iteratorFactory)
 
 isTypePropagation ( $isTypePropagation)
 
 findAll ( $entity)
 
 findByProperty (DIProperty $property)
 
 findByCategory (DIWikiPage $category)
 

Detailed Description

Find all entities related to a change propagation (only expected to be used by ChangePropagationDispatchJob).

GNU GPL v2+

Since
3.0
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SQLStore\Lookup\ChangePropagationEntityLookup::__construct ( Store  $store,
IteratorFactory  $iteratorFactory 
)
Since
3.0
Parameters
Store$store
IteratorFactory$iteratorFactory

Member Function Documentation

◆ findAll()

SMW\SQLStore\Lookup\ChangePropagationEntityLookup::findAll (   $entity)
Since
3.0
Parameters
DIProperty | DIWikiPage$entity
Returns
Iterator
Exceptions
RuntimeException

◆ findByCategory()

SMW\SQLStore\Lookup\ChangePropagationEntityLookup::findByCategory ( DIWikiPage  $category)
Since
3.0
Parameters
DIWikiPage$category
Returns
Iterator

◆ findByProperty()

SMW\SQLStore\Lookup\ChangePropagationEntityLookup::findByProperty ( DIProperty  $property)
Since
3.0
Parameters
DIProperty$property
Returns
Iterator

◆ isTypePropagation()

SMW\SQLStore\Lookup\ChangePropagationEntityLookup::isTypePropagation (   $isTypePropagation)
Since
3.0
Parameters
boolean$isTypePropagation

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

About | General disclaimer | Privacy policy