1030e665a96befbb0371144350981b4f6b48c38f
[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-2016 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 }