summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f036e3)
raw | patch | inline | side by side (parent: 5f036e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Oct 2010 12:55:05 +0000 (12:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Oct 2010 12:55:05 +0000 (12:55 +0000) |
-Some properties maybe required while extending this class.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20140 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20140 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_management.inc | patch | blob | history |
index e4b9c9ac500e193cba50ab45f3ca0b6622eba106..0e31efbeac96d938ecda86638fc755ea22286ca5 100644 (file)
protected $snapHandler = null;
// The listing handlers
- private $headpage = null;
- private $filter = null;
+ protected $headpage = null;
+ protected $filter = null;
// A list of configured actions/events
protected $actions = array();