Added HTML class

This commit is contained in:
Josh Sherman 2013-01-30 22:16:55 -05:00
parent 2cb9577ca2
commit e70dccafd7
4 changed files with 299 additions and 6 deletions

View file

@ -20,6 +20,8 @@
*
* This class contains methods for easily generating form elements. There is a
* heavy focus on select boxes as they have the most overhead for a developer.
*
* @deprecated
*/
class Form extends Object
{