Add a method to HTMLForm that allows the preText to be accessed externally.
authorDavid Barratt <dbarratt@wikimedia.org>
Mon, 9 Jul 2018 14:30:06 +0000 (10:30 -0400)
committerDavid Barratt <dbarratt@wikimedia.org>
Mon, 9 Jul 2018 14:42:19 +0000 (10:42 -0400)
commitd609da624b74f57030655112a26fb0228a24b11a
tree6d8e173b86de58bd0d7aa5e40931e6a46979fb04
parent0ada062ce62a261e55eb2bfbe9c6f74ffbaa05e5
Add a method to HTMLForm that allows the preText to be accessed externally.

Currently there is no way to access the preText outside of an HTMLForm. Adding
a getPreText method to HTMLForm so the preText is accessible.

Bug: T199115
Change-Id: I937028e7025b4a7b5d333e9bf5a25920f6a88316
includes/htmlform/HTMLForm.php
tests/phpunit/includes/htmlform/HTMLFormTest.php