Commit 279983b0 by Michael Hasselbring

add form method to form

parent af24e8db
...@@ -253,6 +253,16 @@ class Form { ...@@ -253,6 +253,16 @@ class Form {
} }
/** /**
* Close a HTML form
*
* @return string
*/
public static function close()
{
return '</form>';
}
/**
* Create a HTML input element. * Create a HTML input element.
* *
* @param string $name * @param string $name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment