Code

Added attributes array
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jan 2010 09:00:49 +0000 (09:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jan 2010 09:00:49 +0000 (09:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15072 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 516f0b476ffd81be76e4addaf5f5a19967d34cb2..359cad23bc8970998fb510a10878639b47b458dc 100644 (file)
@@ -79,6 +79,9 @@ class management
   // A list of configured actions/events
   protected $actions = array();
 
+  // Attributes managed by this plugin, can be used in post events;
+  protected $attributes = array(); 
+
   function  __construct(&$config,$ui,$plugname, $headpage)
   {
     $this->plugname = $plugname;