Code

Added set of common plugin options to handle next generation
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Jul 2006 07:05:49 +0000 (07:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Jul 2006 07:05:49 +0000 (07:05 +0000)
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

index 8a2b898e87044ceefdf323e34eb6c974cbbf7e0d..b2977082c63c0e9436fc6e780a700c2da7fe68aa 100644 (file)
@@ -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