From: hickert Date: Wed, 6 Jan 2010 09:00:49 +0000 (+0000) Subject: Added attributes array X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d53536c5e9d24f5363082726d1f8f09846b2993;p=gosa.git Added attributes array git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15072 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 516f0b476..359cad23b 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -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;