Wikibase
MediaWiki Wikibase extension
|
Null implementation of DedupeBag. More...
Public Member Functions | |
alreadySeen ( $hash, $namespace='') | |
Null implementation of DedupeBag.
Wikibase\Repo\Rdf\NullDedupeBag::alreadySeen | ( | $hash, | |
$namespace = '' ) |
Always returns false, indicating that the hash has not be seen before, and the associated data needs to be processed again. This would generate a false negative whenever the method is called twice with the same parameters. This is admissible by the contract of the method, which explicitly allows false negatives. The consequence may be that the caller redundantly processes data that had been processed before.
string | $hash | |
string | $namespace |
Implements Wikibase\Repo\Rdf\DedupeBag.