summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eab71bd)
raw | patch | inline | side by side (parent: eab71bd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Jan 2010 09:00:49 +0000 (09:00 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 516f0b476ffd81be76e4addaf5f5a19967d34cb2..359cad23bc8970998fb510a10878639b47b458dc 100644 (file)
// 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;