997857e44dc4dc5f1a9606f24547d67d10581c75
[GitHub/WoltLab/WCF.git] /
1 <?php
2 namespace wcf\system\page\handler;
3
4 /**
5 * Implementation of the `IOnlineLocationPageHandler` and `ILookupPageHandler` interfaces
6 * and implementing the `IMenuPageHandler::isVisible()` method..
7 *
8 * @author Matthias Schmidt
9 * @copyright 2001-2018 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package WoltLabSuite\Core\System\Page\Handler
12 * @since 3.0
13 */
14 trait TDecoratedCategoryOnlineLocationLookupPageHandler {
15 use TDecoratedCategoryLookupPageHandler;
16 use TDecoratedCategoryMenuPageHandler;
17 use TDecoratedCategoryOnlineLocationPageHandler;
18 }