9321c2c3dd6e6dfc680c093b791fdcd8f1f3ddcd
[GitHub/WoltLab/WCF.git] /
1 <?php
2 namespace wcf\data\user\notification\event;
3 use wcf\data\AbstractDatabaseObjectAction;
4
5 /**
6 * Executes user notification event-related actions.
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.event
13 * @category Community Framework
14 */
15 class UserNotificationEventAction extends AbstractDatabaseObjectAction {
16 /**
17 * @see wcf\data\AbstractDatabaseObjectAction::$className
18 */
19 protected $className = 'wcf\data\user\notification\event\UserNotificationEventEditor';
20 }