From f3501295da4d83e02119a203229ed8e4ec7f5be8 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 4 Jul 2006 07:05:49 +0000 Subject: [PATCH] Added set of common plugin options to handle next generation ACLs and next generation mainpage/plugin handling. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4022 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_plugin.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/class_plugin.inc b/include/class_plugin.inc index 8a2b898e8..b2977082c 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -108,6 +108,17 @@ class plugin var $new= TRUE; var $saved_attributes= array(); + /* Plugin identifier */ + var $pl_object_name= ""; + var $pl_provided_acls= array(); + var $pl_self_modify= FALSE; + var $pl_options= array(); + var $pl_section= ""; + var $pl_task= array(); + var $pl_priority= 0; + var $pl_depends= array(); + var $pl_conflicts= array(); + /*! \brief plugin constructor If 'dn' is set, the node loads the given 'dn' from LDAP -- 2.30.2