Makes it easier to use own category nodes
authorMatthias Schmidt <gravatronics@live.com>
Fri, 6 Jul 2012 09:01:33 +0000 (11:01 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 6 Jul 2012 09:01:40 +0000 (11:01 +0200)
commit6d868311c8334292ab51e82c4115d4311b0db8a0
treefb6db5b2816eeb1a72aaf11614f87685eca77a6c
parent1115f91183a325400c92f6ec0ce2fe2e4449bf3d
Makes it easier to use own category nodes

With the changes of this commit you can easily extend the given node classes (without having to copy&paste the `__construct` methods and just change the class name). This makes it possible for your own implementation to add additional conditions for a category to be included in the list (like acl options "canViewCategory" or "canViewDisabledCategory").
wcfsetup/install/files/lib/data/category/CategoryNode.class.php
wcfsetup/install/files/lib/data/category/CategoryNodeList.class.php