2 namespace wcf\system\user\notification\object\type;
3 use wcf\data\comment\Comment;
4 use wcf\data\comment\CommentList;
5 use wcf\system\user\notification\object\CommentUserNotificationObject;
8 * User notification object type implementation for moderation queue comments.
10 * @author Mathias Schmidt
11 * @copyright 2001-2016 WoltLab GmbH
12 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
13 * @package com.woltlab.wcf
14 * @subpackage system.user.notification.object.type
15 * @category Community Framework
18 class ModerationQueueCommentUserNotificationObjectType extends AbstractUserNotificationObjectType implements IMultiRecipientCommentUserNotificationObjectType {
19 use TMultiRecipientModerationQueueCommentUserNotificationObjectType;
24 protected static $decoratorClassName = CommentUserNotificationObject::class;
29 protected static $objectClassName = Comment::class;
34 protected static $objectListClassName = CommentList::class;