MediaWiki  REL1_24
HTMLSubmitField.php
Go to the documentation of this file.
00001 <?php
00002 
00007 class HTMLSubmitField extends HTMLButtonField {
00008     protected $buttonType = 'submit';
00009 }