X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f2870ac71e6ea7272c9ed93d82f401e2d5344697..3a5964df63eb410b66e02326ebc7f7c90e8d606e:/WEB-INF/lib/form/FormElement.class.php diff --git a/WEB-INF/lib/form/FormElement.class.php b/WEB-INF/lib/form/FormElement.class.php index 260fbefd..c6182d3a 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -44,12 +44,10 @@ class FormElement { function __construct() { } + function getName() { return $this->name; } function getClass() { return $this->class; } - + // TODO: refactoring ongoing down from here. - function setName($name) { $this->name = $name; } - function getName() { return $this->name; } - function setFormName($name) { $this->form_name = $name; } function getFormName() { return $this->form_name; }