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