8247834740ad3a9c6aac93209aa61b6d06751d63
[GitHub/WoltLab/WCF.git] /
1 <?php
2 namespace wcf\data\user\notification\object\type;
3 use wcf\data\DatabaseObjectEditor;
4
5 /**
6 * Provides functions to edit user notification object types.
7 *
8 * @author Marcel Werk
9 * @copyright 2001-2011 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package com.woltlab.wcf.notification
12 * @subpackage data.user.notification.object.type
13 * @category Community Framework
14 */
15 class UserNotificationObjectTypeEditor extends DatabaseObjectEditor {
16 /**
17 * @see wcf\data\DatabaseObjectDecorator::$baseClass
18 */
19 protected static $baseClass = 'wcf\data\user\notification\object\type\UserNotificationObjectType';
20 }