]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionErrors.class.php
More renaming.
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 0206136146ea9751a01eaa8438af99c5a57586b5..1f8aceb3dba6f0063cc7f8e9bbd2e5bac5d7c6cd 100644 (file)
 class ActionErrors {
     var $errors = array();
 
-    function ActionErrors() {
-    }
-
-    function isEmpty() {
-        return (count($this->errors)>0 ? false : true);
-    }
-
-    function exist() {
-        return (count($this->errors)>0 ? true : false);
+    function __construct() {
     }
 
     function no() {