HtmlForm: Add @since annotation for methods added to UI standardization
authorPrateek Saxena <prtksxna@gmail.com>
Wed, 24 Sep 2014 18:09:16 +0000 (11:09 -0700)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 24 Sep 2014 18:23:33 +0000 (18:23 +0000)
Change-Id: I74f58df9de79d2ad055eaf9760763005996dc0a0

includes/htmlform/HTMLForm.php

index 4b8b5a0..6589b2a 100644 (file)
@@ -1045,7 +1045,7 @@ class HTMLForm extends ContextSource {
 
        /**
         * Identify that the submit button in the form has a destructive action
-        *
+        * @since 1.24
         */
        public function setSubmitDestructive() {
                $this->mSubmitModifierClass = 'mw-ui-destructive';
@@ -1053,7 +1053,7 @@ class HTMLForm extends ContextSource {
 
        /**
         * Identify that the submit button in the form has a progressive action
-        *
+        * @since 1.25
         */
        public function setSubmitProgressive() {
                $this->mSubmitModifierClass = 'mw-ui-progressive';