2 namespace wcf\data\user\notification\type;
3 use wcf\data\AbstractDatabaseObjectAction;
6 * Executes user notification type-related actions.
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.type
13 * @category Community Framework
15 class UserNotificationTypeAction extends AbstractDatabaseObjectAction {
17 * @see wcf\data\AbstractDatabaseObjectAction::$className
19 protected $className = 'wcf\data\user\notification\type\UserNotificationTypeEditor';