2 namespace wcf\system\user\notification\object\type;
3 use wcf\data\comment\response\CommentResponse;
4 use wcf\data\comment\response\CommentResponseList;
5 use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
8 * User notification object type implementation for moderation queue comment responses.
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 WoltLabSuite\Core\System\User\Notification\Object\Type
16 class ModerationQueueCommentResponseUserNotificationObjectType extends AbstractUserNotificationObjectType implements IMultiRecipientCommentUserNotificationObjectType {
17 use TMultiRecipientModerationQueueCommentUserNotificationObjectType;
22 protected static $decoratorClassName = CommentResponseUserNotificationObject::class;
27 protected static $objectClassName = CommentResponse::class;
32 protected static $objectListClassName = CommentResponseList::class;