Semantic MediaWiki and related extensions
SMW::Parser::ParserAfterTidyPropertyAnnotationComplete

Signature

use Hooks;
Hooks::register( 'SMW::Parser::ParserAfterTidyPropertyAnnotationComplete', function( $propertyAnnotator, $parserOutput ) {
$fooAnnotator = new FooAnnotator(
$propertyAnnotator
);
$fooAnnotator->addAnnotation();
return true;
} );

About | General disclaimer | Privacy policy