From: cajus Date: Tue, 4 Jul 2006 07:05:49 +0000 (+0000) Subject: Added set of common plugin options to handle next generation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f3501295da4d83e02119a203229ed8e4ec7f5be8;p=gosa.git 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 --- 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