Semantic MediaWiki and related extensions
hook

Signature

use Hooks;
Hooks::register( 'SMW::Browse::AfterIncomingPropertiesLookupComplete', function( Store $store, SemanticData $semanticData, RequestOptions $requestOptions ) {
return true;
} );

See also


About | General disclaimer | Privacy policy