Code

comments on class_nagiosAccount.inc
authorguiguidoc <guiguidoc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 Oct 2005 11:39:36 +0000 (11:39 +0000)
committerguiguidoc <guiguidoc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 Oct 2005 11:39:36 +0000 (11:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1509 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/nagios/class_nagiosAccount.inc

index bdf59f93a2a32fba87bc1570f9f77fa9e9aa456b..9b4cf0c54c4cab37779c268f4e86f4b354ffb064 100644 (file)
@@ -159,7 +159,8 @@ class nagiosAccount extends plugin
     }
        
   }
-
+       
+   /* Check formular input */
   function check()
   {
     $message= array();
@@ -183,6 +184,7 @@ class nagiosAccount extends plugin
        return($message);
   }
   
+  /* Save data to object */
   function save_object()
   {
 
@@ -192,6 +194,7 @@ class nagiosAccount extends plugin
     }
   }
 
+  /* remove object from parent */
   function remove_from_parent()
   {
          /* Cancel if there's nothing to do here */