function oooIDLTags()

in mwiki/extensions/OOoIDLtags/OOoIDLtags.php [29:36]


	function oooIDLTags() {
		global $wgParser;
		$wgParser->setHook( 'idl', array( &$this, 'renderIDL' ) );
		$wgParser->setHook( 'idlm', array( &$this, 'renderIDLM' ) );
		$wgParser->setHook( 'idls', array( &$this, 'renderIDLS' ) );
		$wgParser->setHook( 'idlmodule', array( &$this, 'renderIDLMODULE' ) );
		$wgParser->setHook( 'idltopic', array( &$this, 'renderIDLTOPIC' ) );
	}