2 namespace wcf\system\page\handler;
5 * Implementation of the `IOnlineLocationPageHandler` and `ILookupPageHandler` interfaces
6 * and implementing the `IMenuPageHandler::isVisible()` method..
8 * @author Matthias Schmidt
9 * @copyright 2001-2016 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package WoltLabSuite\Core\System\Page\Handler
14 trait TDecoratedCategoryOnlineLocationLookupPageHandler {
15 use TDecoratedCategoryLookupPageHandler;
16 use TDecoratedCategoryMenuPageHandler;
17 use TDecoratedCategoryOnlineLocationPageHandler;