2 namespace wcf\data\user\notification\event;
3 use wcf\data\DatabaseObjectEditor;
6 * Provides functions to edit user notification events.
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.event
13 * @category Community Framework
15 class UserNotificationEventEditor extends DatabaseObjectEditor {
17 * @see wcf\data\DatabaseObjectDecorator::$baseClass
19 protected static $baseClass = 'wcf\data\user\notification\event\UserNotificationEvent';