http://www.mediawiki.org/wiki/Special:Code/MediaWiki/93555

Revision: 93555
Author:   ankitgarg833
Date:     2011-07-30 19:20:57 +0000 (Sat, 30 Jul 2011)
Log Message:
-----------
hook for getXMLTextForPS

Modified Paths:
--------------
    trunk/extensions/SemanticDrilldown/SemanticDrilldown.php

Modified: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
===================================================================
--- trunk/extensions/SemanticDrilldown/SemanticDrilldown.php    2011-07-30 
19:06:43 UTC (rev 93554)
+++ trunk/extensions/SemanticDrilldown/SemanticDrilldown.php    2011-07-30 
19:20:57 UTC (rev 93555)
@@ -70,6 +70,7 @@
 $wgHooks['PSParseFieldElements'][] = 'SDUtils::parseFieldElements' ; //Hook 
for  creating Pages
 $wgHooks['PageSchemasGetObject'][] = 'SDUtils::createPageSchemasObject' ; 
//Hook for  returning PageSchema(extension)  object from a given xml 
 $wgHooks['getHtmlTextForFieldInputs'][] = 'SDUtils::getHtmlTextForPS' ; //Hook 
for  retuning html text to PS schema
+$wgHooks['getXmlTextForFieldInputs'][] = 'SDUtils::getXMLTextForPS' ; //Hook 
for  retuning html text to PS schema
 
 # ##
 # This is the path to your installation of Semantic Drilldown as


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to