r93355 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93354‎ | r93355 | r93356 >
Date:03:40, 28 July 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added necessary setInputType() method
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_TemplateField.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_TemplateField.php
@@ -149,6 +149,10 @@
150150 $this->mLabel = $label;
151151 }
152152
 153+ function setInputType( $inputType ) {
 154+ $this->mInputType = $inputType;
 155+ }
 156+
153157 /**
154158 * Creates the text of a template, when called from either
155159 * Special:CreateTemplate or Special:CreateClass.