Semantic MediaWiki and related extensions
hook

Signature

use Hooks;
Hooks::register( 'SMW::Store::AfterQueryResultLookupComplete', function( $store, &$queryResult ) {
return true;
} );

See also


About | General disclaimer | Privacy policy