Added Html::radio, Html::check, and Html::label.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 7 Mar 2013 19:03:44 +0000 (14:03 -0500)
committerParent5446 <tylerromeo@gmail.com>
Tue, 29 Jul 2014 19:41:20 +0000 (19:41 +0000)
commit5edf25e2e69baab396e572601977d15ad7a83305
tree173791e8235e0375028d0ff36d3f62f82abebb32
parent3a4f7df3e88117544f66066d462a2c8ab82525ed
Added Html::radio, Html::check, and Html::label.

Migrated some convenience functions from the Xml
class to Html so they can be used. Only added
functions that acted as more than just a wrapper
for another function.

Change-Id: I4cc5876d4be6e04ec554444242cc049a3cff0f58
includes/Html.php
tests/phpunit/includes/HtmlTest.php