2 namespace wcf\data\user\notification\object\type;
3 use wcf\data\DatabaseObject;
6 * Represents a user notification object type.
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
15 class UserNotificationObjectType extends DatabaseObject {
17 * @see wcf\data\DatabaseObject::$databaseTableName
19 protected static $databaseTableName = 'user_notification_object_type';
22 * @see wcf\data\DatabaseObject::$databaseTableIndexName
24 protected static $databaseTableIndexName = 'objectTypeID';