2 namespace wcf\data\user\notification\object\type;
3 use wcf\data\DatabaseObjectList;
6 * Represents a list of user notification object types.
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
13 * @category Community Framework
15 class UserNotificationObjectTypeList extends DatabaseObjectList {
17 * @see wcf\data\DatabaseObjectList::$className
19 public $className = 'wcf\data\user\notification\object\type\UserNotificationObjectType';