repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement extension registration from an extension.json file
[mediawiki.git]
/
includes
/
htmlform
/
HTMLSubmitField.php
blob
653c08c0691568212772bc745bf9e1a382ae921f
1
<
?php
2
3
/**
4
* Add a submit button inline in the form (as opposed to
5
* HTMLForm::addButton(), which will add it at the end).
6
*/
7
class
HTMLSubmitField
extends
HTMLButtonField
{
8
protected
$buttonType
=
'submit'
;
9
}