function oooIDLTags()

in OOoIDLtags_original.php [33:42]


     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' 
) );
     }